Title: [148280] trunk/Source/WTF
Revision
148280
Author
oli...@apple.com
Date
2013-04-12 09:19:00 -0700 (Fri, 12 Apr 2013)

Log Message

[Qt][Win] r148257 broke the build
https://bugs.webkit.org/show_bug.cgi?id=114512

Build fix.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (148279 => 148280)


--- trunk/Source/WTF/ChangeLog	2013-04-12 16:07:29 UTC (rev 148279)
+++ trunk/Source/WTF/ChangeLog	2013-04-12 16:19:00 UTC (rev 148280)
@@ -1,3 +1,12 @@
+2013-04-12  Oliver Hunt  <oli...@apple.com>
+
+        [Qt][Win] r148257 broke the build
+        https://bugs.webkit.org/show_bug.cgi?id=114512
+
+        Build fix.
+
+        * wtf/Platform.h:
+
 2013-04-11  Oliver Hunt  <oli...@apple.com>
 
         Add more type validation to debug builds

Modified: trunk/Source/WTF/wtf/Platform.h (148279 => 148280)


--- trunk/Source/WTF/wtf/Platform.h	2013-04-12 16:07:29 UTC (rev 148279)
+++ trunk/Source/WTF/wtf/Platform.h	2013-04-12 16:19:00 UTC (rev 148280)
@@ -965,7 +965,7 @@
 #define ENABLE_GC_VALIDATION 1
 #endif
 
-#if !defined(ENABLE_BINDING_INTEGRITY)
+#if !defined(ENABLE_BINDING_INTEGRITY) && !PLATFORM(WIN)
 #define ENABLE_BINDING_INTEGRITY 1
 #endif
 
@@ -990,7 +990,7 @@
 #endif
 
 #if PLATFORM(MAC) || PLATFORM(BLACKBERRY)
-#define WTF_USE_REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR 1
+#define BINDING_INTEGRITY 1
 #endif
 
 #if PLATFORM(MAC) && (PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to