Title: [162463] trunk/Source/WebCore
Revision
162463
Author
simon.fra...@apple.com
Date
2014-01-21 12:25:50 -0800 (Tue, 21 Jan 2014)

Log Message

Export systemTotalMemory() and systemMemoryLevel() for MobileSafari
https://bugs.webkit.org/show_bug.cgi?id=127360

Reviewed by Andy Estes.

MobileSafari inappropriately calls these WebCore functions directly,
so export them.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (162462 => 162463)


--- trunk/Source/WebCore/ChangeLog	2014-01-21 20:25:48 UTC (rev 162462)
+++ trunk/Source/WebCore/ChangeLog	2014-01-21 20:25:50 UTC (rev 162463)
@@ -1,5 +1,17 @@
 2014-01-21  Simon Fraser  <simon.fra...@apple.com>
 
+        Export systemTotalMemory() and systemMemoryLevel() for MobileSafari
+        https://bugs.webkit.org/show_bug.cgi?id=127360
+
+        Reviewed by Andy Estes.
+        
+        MobileSafari inappropriately calls these WebCore functions directly,
+        so export them.
+
+        * WebCore.exp.in:
+
+2014-01-21  Simon Fraser  <simon.fra...@apple.com>
+
         Clean up PLATFORM(IOS) code related to the custom fixed position layout rect
         https://bugs.webkit.org/show_bug.cgi?id=127362
 

Modified: trunk/Source/WebCore/WebCore.exp.in (162462 => 162463)


--- trunk/Source/WebCore/WebCore.exp.in	2014-01-21 20:25:48 UTC (rev 162462)
+++ trunk/Source/WebCore/WebCore.exp.in	2014-01-21 20:25:50 UTC (rev 162463)
@@ -2344,6 +2344,8 @@
 __ZN7WebCore17CredentialStorage16clearCredentialsEv
 __ZN7WebCore17HistoryController18replaceCurrentItemEPNS_11HistoryItemE
 __ZN7WebCore17isStartOfDocumentERKNS_15VisiblePositionE
+__ZN7WebCore17systemTotalMemoryEv
+__ZN7WebCore17systemMemoryLevelEv
 __ZN7WebCore18PlatformPasteboard10readBufferEiRKN3WTF6StringE
 __ZN7WebCore18PlatformPasteboard10readStringEiRKN3WTF6StringE
 __ZN7WebCore18PlatformPasteboard5countEv
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to