Title: [158709] trunk/Source/WebCore
Revision
158709
Author
[email protected]
Date
2013-11-05 18:39:39 -0800 (Tue, 05 Nov 2013)

Log Message

Fix the 32-bit build.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (158708 => 158709)


--- trunk/Source/WebCore/ChangeLog	2013-11-06 02:15:50 UTC (rev 158708)
+++ trunk/Source/WebCore/ChangeLog	2013-11-06 02:39:39 UTC (rev 158709)
@@ -1,3 +1,9 @@
+2013-11-05  Tim Horton  <[email protected]>
+
+        Fix the 32-bit build.
+
+        * WebCore.exp.in:
+
 2013-11-05  Alexandru Chiculita  <[email protected]>
 
         Web Inspector: Moving an element while in the DOMNodeRemoved handler will hide it in the inspector

Modified: trunk/Source/WebCore/WebCore.exp.in (158708 => 158709)


--- trunk/Source/WebCore/WebCore.exp.in	2013-11-06 02:15:50 UTC (rev 158708)
+++ trunk/Source/WebCore/WebCore.exp.in	2013-11-06 02:39:39 UTC (rev 158709)
@@ -1828,7 +1828,7 @@
 __ZThn???_N7WebCore15GraphicsLayerCA28platformCALayerPaintContentsEPNS_15PlatformCALayerERNS_15GraphicsContextERKNS_7IntRectE
 __ZThn???_N7WebCore15GraphicsLayerCA31platformCALayerAnimationStartedEd
 __ZThn???_N7WebCore15GraphicsLayerCA40platformCALayerSetNeedsToRevalidateTilesEv
-__ZThn496_NK7WebCore15GraphicsLayerCA32platformCALayerDeviceScaleFactorEv
+__ZThn???_NK7WebCore15GraphicsLayerCA32platformCALayerDeviceScaleFactorEv
 __ZThn???_NK7WebCore15GraphicsLayerCA33platformCALayerShowRepaintCounterEPNS_15PlatformCALayerE
 _filenameByFixingIllegalCharacters
 _hasCaseInsensitivePrefix
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to