Title: [109184] trunk/Source/WebCore
Revision
109184
Author
simon.fra...@apple.com
Date
2012-02-28 20:25:04 -0800 (Tue, 28 Feb 2012)

Log Message

Fix the SnowLeopard build.

* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (109183 => 109184)


--- trunk/Source/WebCore/ChangeLog	2012-02-29 02:36:08 UTC (rev 109183)
+++ trunk/Source/WebCore/ChangeLog	2012-02-29 04:25:04 UTC (rev 109184)
@@ -1,3 +1,9 @@
+2012-02-28  Simon Fraser  <simon.fra...@apple.com>
+
+        Fix the SnowLeopard build.
+
+        * WebCore.exp.in:
+
 2012-02-28  Anders Carlsson  <ander...@apple.com>
 
         With tiled drawing enabled, pressing Down arrow after scrolling via mouse gesture causes page to jump back up to top

Modified: trunk/Source/WebCore/WebCore.exp.in (109183 => 109184)


--- trunk/Source/WebCore/WebCore.exp.in	2012-02-29 02:36:08 UTC (rev 109183)
+++ trunk/Source/WebCore/WebCore.exp.in	2012-02-29 04:25:04 UTC (rev 109184)
@@ -1511,7 +1511,9 @@
 _stringIsCaseInsensitiveEqualToString
 _suggestedFilenameWithMIMEType
 _wkAdvanceDefaultButtonPulseAnimation
+#if !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
 _wkCALayerEnumerateRectsBeingDrawnWithBlock
+#endif
 _wkCGContextGetShouldSmoothFonts
 _wkCGContextResetClip
 _wkCGPatternCreateWithImageAndTransform
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to