Title: [181994] trunk/Source/_javascript_Core
Revision
181994
Author
[email protected]
Date
2015-03-25 21:34:11 -0700 (Wed, 25 Mar 2015)

Log Message

Unreviewed, fix CLOOP build.

* dfg/DFGMinifiedID.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (181993 => 181994)


--- trunk/Source/_javascript_Core/ChangeLog	2015-03-26 04:28:43 UTC (rev 181993)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-03-26 04:34:11 UTC (rev 181994)
@@ -1,5 +1,11 @@
 2015-03-25  Filip Pizlo  <[email protected]>
 
+        Unreviewed, fix CLOOP build.
+
+        * dfg/DFGMinifiedID.h:
+
+2015-03-25  Filip Pizlo  <[email protected]>
+
         Heap variables shouldn't end up in the stack frame
         https://bugs.webkit.org/show_bug.cgi?id=141174
 

Modified: trunk/Source/_javascript_Core/dfg/DFGMinifiedID.h (181993 => 181994)


--- trunk/Source/_javascript_Core/dfg/DFGMinifiedID.h	2015-03-26 04:28:43 UTC (rev 181993)
+++ trunk/Source/_javascript_Core/dfg/DFGMinifiedID.h	2015-03-26 04:34:11 UTC (rev 181994)
@@ -26,8 +26,6 @@
 #ifndef DFGMinifiedID_h
 #define DFGMinifiedID_h
 
-#if ENABLE(DFG_JIT)
-
 #include "DFGCommon.h"
 #include <wtf/HashMap.h>
 #include <wtf/PrintStream.h>
@@ -105,7 +103,5 @@
 
 } // namespace WTF
 
-#endif // ENABLE(DFG_JIT)
-
 #endif // DFGMinifiedID_h
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to