Title: [161032] trunk/Source/WTF
Revision
161032
Author
[email protected]
Date
2013-12-23 15:57:39 -0800 (Mon, 23 Dec 2013)

Log Message

Fix the build after r161031

I enabled ENABLE_CSS_SELECTOR_JIT by accident.

Patch by Benjamin Poulain <[email protected]> on 2013-12-23

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (161031 => 161032)


--- trunk/Source/WTF/ChangeLog	2013-12-23 23:47:05 UTC (rev 161031)
+++ trunk/Source/WTF/ChangeLog	2013-12-23 23:57:39 UTC (rev 161032)
@@ -1,3 +1,11 @@
+2013-12-23  Benjamin Poulain  <[email protected]>
+
+        Fix the build after r161031
+
+        I enabled ENABLE_CSS_SELECTOR_JIT by accident.
+
+        * wtf/Platform.h:
+
 2013-12-23  Zan Dobersek  <[email protected]>
 
         [GTK] Clean up compiler optimizations flags for libWTF, libJSC

Modified: trunk/Source/WTF/wtf/Platform.h (161031 => 161032)


--- trunk/Source/WTF/wtf/Platform.h	2013-12-23 23:47:05 UTC (rev 161031)
+++ trunk/Source/WTF/wtf/Platform.h	2013-12-23 23:57:39 UTC (rev 161032)
@@ -886,7 +886,7 @@
 
 /* CSS Selector JIT Compiler */
 #if !defined(ENABLE_CSS_SELECTOR_JIT)
-#define ENABLE_CSS_SELECTOR_JIT 1
+#define ENABLE_CSS_SELECTOR_JIT 0
 #endif
 
 /* Accelerated compositing */
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to