Title: [159651] trunk/Source/WebCore
Revision
159651
Author
[email protected]
Date
2013-11-21 15:24:39 -0800 (Thu, 21 Nov 2013)

Log Message

[iOS] Build fix; export symbol for WebCore::provideDeviceOrientationTo()

Add the symbol __ZN7WebCore26provideDeviceOrientationToEPNS_4PageEPNS_23DeviceOrientationClientE.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (159650 => 159651)


--- trunk/Source/WebCore/ChangeLog	2013-11-21 23:21:35 UTC (rev 159650)
+++ trunk/Source/WebCore/ChangeLog	2013-11-21 23:24:39 UTC (rev 159651)
@@ -1,5 +1,13 @@
 2013-11-21  Daniel Bates  <[email protected]>
 
+        [iOS] Build fix; export symbol for WebCore::provideDeviceOrientationTo()
+
+        Add the symbol __ZN7WebCore26provideDeviceOrientationToEPNS_4PageEPNS_23DeviceOrientationClientE.
+
+        * WebCore.exp.in:
+
+2013-11-21  Daniel Bates  <[email protected]>
+
         Add !USE(NETWORK_CFDATA_ARRAY_CALLBACK)-guard
         https://bugs.webkit.org/show_bug.cgi?id=124741
 

Modified: trunk/Source/WebCore/WebCore.exp.in (159650 => 159651)


--- trunk/Source/WebCore/WebCore.exp.in	2013-11-21 23:21:35 UTC (rev 159650)
+++ trunk/Source/WebCore/WebCore.exp.in	2013-11-21 23:24:39 UTC (rev 159651)
@@ -881,6 +881,7 @@
 __ZN7WebCore26NetscapePlugInStreamLoader6createEPNS_5FrameEPNS_32NetscapePlugInStreamLoaderClientERKNS_15ResourceRequestE
 __ZN7WebCore26UserTypingGestureIndicator27processingUserTypingGestureEv
 __ZN7WebCore26UserTypingGestureIndicator28focusedElementAtGestureStartEv
+__ZN7WebCore26provideDeviceOrientationToEPNS_4PageEPNS_23DeviceOrientationClientE
 __ZN7WebCore26stopObservingCookieChangesEv
 __ZN7WebCore27AuthenticationChallengeBase7compareERKNS_23AuthenticationChallengeES3_
 __ZN7WebCore27AuthenticationChallengeBase7nullifyEv
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to