Title: [169015] trunk/Source/WebCore
Revision
169015
Author
[email protected]
Date
2014-05-18 10:47:11 -0700 (Sun, 18 May 2014)

Log Message

Fix iOS build.

* WebCore.exp.in:
Move UserContentController symbols to the right place.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (169014 => 169015)


--- trunk/Source/WebCore/ChangeLog	2014-05-18 17:32:22 UTC (rev 169014)
+++ trunk/Source/WebCore/ChangeLog	2014-05-18 17:47:11 UTC (rev 169015)
@@ -1,3 +1,10 @@
+2014-05-18  Anders Carlsson  <[email protected]>
+
+        Fix iOS build.
+
+        * WebCore.exp.in:
+        Move UserContentController symbols to the right place.
+
 2014-05-18  Jon Lee  <[email protected]>
 
         Build fix for r169006.

Modified: trunk/Source/WebCore/WebCore.exp.in (169014 => 169015)


--- trunk/Source/WebCore/WebCore.exp.in	2014-05-18 17:32:22 UTC (rev 169014)
+++ trunk/Source/WebCore/WebCore.exp.in	2014-05-18 17:47:11 UTC (rev 169015)
@@ -899,6 +899,10 @@
 __ZN7WebCore21SerializedScriptValueC1ERN3WTF6VectorIhLm0ENS1_15CrashOnOverflowEEE
 __ZN7WebCore21SerializedScriptValueD1Ev
 __ZN7WebCore21URLByRemovingUserInfoEP5NSURL
+__ZN7WebCore21UserContentController13addUserScriptERNS_15DOMWrapperWorldENSt3__110unique_ptrINS_10UserScriptENS3_14default_deleteIS5_EEEE
+__ZN7WebCore21UserContentController17removeUserScriptsERNS_15DOMWrapperWorldE
+__ZN7WebCore21UserContentController6createEv
+__ZN7WebCore21UserContentControllerD1Ev
 __ZN7WebCore21UserContentURLPattern5parseERKN3WTF6StringE
 __ZN7WebCore21ViewportConfiguration15setContentsSizeERKNS_7IntSizeE
 __ZN7WebCore21ViewportConfiguration17webpageParametersEv
@@ -2193,10 +2197,6 @@
 __ZN7WebCore20applicationIsHRBlockEv
 __ZN7WebCore20builtInPDFPluginNameEv
 __ZN7WebCore21DeviceOrientationData6createEbdbdbdbb
-__ZN7WebCore21UserContentController13addUserScriptERNS_15DOMWrapperWorldENSt3__110unique_ptrINS_10UserScriptENS3_14default_deleteIS5_EEEE
-__ZN7WebCore21UserContentController17removeUserScriptsERNS_15DOMWrapperWorldE
-__ZN7WebCore21UserContentController6createEv
-__ZN7WebCore21UserContentControllerD1Ev
 __ZN7WebCore21applicationIsApertureEv
 __ZN7WebCore21applicationIsVersionsEv
 __ZN7WebCore21reportThreadViolationEPKcNS_20ThreadViolationRoundE
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to