Title: [157487] trunk/Source/WebCore
- Revision
- 157487
- Author
- [email protected]
- Date
- 2013-10-15 21:27:13 -0700 (Tue, 15 Oct 2013)
Log Message
Another shot at a build fix; apparently these
do need exporting for some reason, but are different
on 32-bit.
* WebCore.exp.in:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (157486 => 157487)
--- trunk/Source/WebCore/ChangeLog 2013-10-16 04:21:39 UTC (rev 157486)
+++ trunk/Source/WebCore/ChangeLog 2013-10-16 04:27:13 UTC (rev 157487)
@@ -1,3 +1,11 @@
+2013-10-15 Tim Horton <[email protected]>
+
+ Another shot at a build fix; apparently these
+ do need exporting for some reason, but are different
+ on 32-bit.
+
+ * WebCore.exp.in:
+
2013-10-15 Alexey Proskuryakov <[email protected]>
GenerateIsReachable=ImplContext is confusing
Modified: trunk/Source/WebCore/WebCore.exp.in (157486 => 157487)
--- trunk/Source/WebCore/WebCore.exp.in 2013-10-16 04:21:39 UTC (rev 157486)
+++ trunk/Source/WebCore/WebCore.exp.in 2013-10-16 04:27:13 UTC (rev 157487)
@@ -1536,6 +1536,21 @@
__ZNK7WebCore15GraphicsLayerCA26backingStoreMemoryEstimateEv
__ZNK7WebCore15GraphicsLayerCA30visibleRectChangeRequiresFlushERKNS_9FloatRectE
__ZNK7WebCore15GraphicsLayerCA33platformCALayerShowRepaintCounterEPNS_15PlatformCALayerE
+
+#if CPU(X86_64)
+__ZThn496_N7WebCore15GraphicsLayerCA28platformCALayerPaintContentsERNS_15GraphicsContextERKNS_7IntRectE
+__ZThn496_N7WebCore15GraphicsLayerCA31platformCALayerAnimationStartedEd
+__ZThn496_N7WebCore15GraphicsLayerCA32platformCALayerDeviceScaleFactorEv
+__ZThn496_N7WebCore15GraphicsLayerCA40platformCALayerSetNeedsToRevalidateTilesEv
+__ZThn496_NK7WebCore15GraphicsLayerCA33platformCALayerShowRepaintCounterEPNS_15PlatformCALayerE
+#else
+__ZThn440_N7WebCore15GraphicsLayerCA40platformCALayerSetNeedsToRevalidateTilesEv
+__ZThn440_N7WebCore15GraphicsLayerCA31platformCALayerAnimationStartedEd
+__ZThn440_NK7WebCore15GraphicsLayerCA33platformCALayerShowRepaintCounterEPNS_15PlatformCALayerE
+__ZThn440_N7WebCore15GraphicsLayerCA28platformCALayerPaintContentsERNS_15GraphicsContextERKNS_7IntRectE
+__ZThn440_N7WebCore15GraphicsLayerCA32platformCALayerDeviceScaleFactorEv
+#endif
+
__ZTVN7WebCore15PlatformCALayerE
__ZNK7WebCore15ProgressTracker17estimatedProgressEv
__ZNK7WebCore15ProtectionSpace10serverTypeEv
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes