Title: [163641] trunk/Source/WebCore
Revision
163641
Author
jer.no...@apple.com
Date
2014-02-07 13:17:08 -0800 (Fri, 07 Feb 2014)

Log Message

Unreviewed build fix for 32-bit iOS.

Use magic ? values to allow the exported symbol to be different on 32- and 64-bit builds.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (163640 => 163641)


--- trunk/Source/WebCore/ChangeLog	2014-02-07 20:14:13 UTC (rev 163640)
+++ trunk/Source/WebCore/ChangeLog	2014-02-07 21:17:08 UTC (rev 163641)
@@ -1,3 +1,11 @@
+2014-02-07  Jer Noble  <jer.no...@apple.com>
+
+        Unreviewed build fix for 32-bit iOS.
+
+        Use magic ? values to allow the exported symbol to be different on 32- and 64-bit builds.
+
+        * WebCore.exp.in:
+
 2014-02-07  Anders Carlsson  <ander...@apple.com>
 
         Convert ProgressTracker to std::chrono

Modified: trunk/Source/WebCore/WebCore.exp.in (163640 => 163641)


--- trunk/Source/WebCore/WebCore.exp.in	2014-02-07 20:14:13 UTC (rev 163640)
+++ trunk/Source/WebCore/WebCore.exp.in	2014-02-07 21:17:08 UTC (rev 163641)
@@ -3106,7 +3106,7 @@
 __ZNK7WebCore16HTMLVideoElement11videoHeightEv
 __ZTVN7WebCore32WebVideoFullscreenInterfaceAVKitE
 __ZTVN7WebCore35WebVideoFullscreenModelMediaElementE
-__ZThn8_N7WebCore35WebVideoFullscreenModelMediaElement11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE
+__ZThn?_N7WebCore35WebVideoFullscreenModelMediaElement11handleEventEPNS_22ScriptExecutionContextEPNS_5EventE
 #endif
 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to