Title: [102831] trunk/Source/_javascript_Core
Revision
102831
Author
[email protected]
Date
2011-12-14 15:03:51 -0800 (Wed, 14 Dec 2011)

Log Message

Remove definition of old ENABLE(YARR) macro
<http://webkit.org/b/74532>

Reviewed by Darin Adler.

* wtf/Platform.h: Removed ENABLE_YARR macros.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (102830 => 102831)


--- trunk/Source/_javascript_Core/ChangeLog	2011-12-14 22:57:20 UTC (rev 102830)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-12-14 23:03:51 UTC (rev 102831)
@@ -1,3 +1,12 @@
+2011-12-14  David Kilzer  <[email protected]>
+
+        Remove definition of old ENABLE(YARR) macro
+        <http://webkit.org/b/74532>
+
+        Reviewed by Darin Adler.
+
+        * wtf/Platform.h: Removed ENABLE_YARR macros.
+
 2011-12-14  Anders Carlsson  <[email protected]>
 
         bind should handle member functions

Modified: trunk/Source/_javascript_Core/wtf/Platform.h (102830 => 102831)


--- trunk/Source/_javascript_Core/wtf/Platform.h	2011-12-14 22:57:20 UTC (rev 102830)
+++ trunk/Source/_javascript_Core/wtf/Platform.h	2011-12-14 23:03:51 UTC (rev 102831)
@@ -590,12 +590,10 @@
 #if PLATFORM(IOS_SIMULATOR)
     #define ENABLE_INTERPRETER 1
     #define ENABLE_JIT 0
-    #define ENABLE_YARR 0
     #define ENABLE_YARR_JIT 0
 #else
     #define ENABLE_INTERPRETER 1
     #define ENABLE_JIT 1
-    #define ENABLE_YARR 1
     #define ENABLE_YARR_JIT 1
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to