Title: [96629] trunk/Source/_javascript_Core
Revision
96629
Author
rn...@webkit.org
Date
2011-10-04 12:17:25 -0700 (Tue, 04 Oct 2011)

Log Message

Leopard build fix after r96613.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (96628 => 96629)


--- trunk/Source/_javascript_Core/ChangeLog	2011-10-04 19:02:44 UTC (rev 96628)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-10-04 19:17:25 UTC (rev 96629)
@@ -1,3 +1,9 @@
+2011-10-04  Ryosuke Niwa  <rn...@webkit.org>
+
+        Leopard build fix after r96613.
+
+        * wtf/Platform.h:
+
 2011-10-04  Mark Hahnenberg  <mhahnenb...@apple.com>
 
         Implicitly add toString and valueOf to prototype when convertToType callback is provided

Modified: trunk/Source/_javascript_Core/wtf/Platform.h (96628 => 96629)


--- trunk/Source/_javascript_Core/wtf/Platform.h	2011-10-04 19:02:44 UTC (rev 96628)
+++ trunk/Source/_javascript_Core/wtf/Platform.h	2011-10-04 19:17:25 UTC (rev 96629)
@@ -1104,7 +1104,7 @@
 #define WTF_USE_REQUEST_ANIMATION_FRAME_TIMER 1
 #endif
 
-#if PLATFORM(MAC) && !defined(BUILDING_ON_SNOW_LEOPARD)
+#if PLATFORM(MAC) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
 #define HAVE_INVERTED_WHEEL_EVENTS 1
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to