Title: [109674] trunk/Source/_javascript_Core
Revision
109674
Author
[email protected]
Date
2012-03-04 01:04:00 -0800 (Sun, 04 Mar 2012)

Log Message

Unreviewed build fix.

* jit/JITStubs.h:
    - Move ENABLE(JIT) to head of file.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (109673 => 109674)


--- trunk/Source/_javascript_Core/ChangeLog	2012-03-04 05:56:24 UTC (rev 109673)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-03-04 09:04:00 UTC (rev 109674)
@@ -1,3 +1,10 @@
+2012-03-04  Gavin Barraclough  <[email protected]>
+
+        Unreviewed build fix.
+
+        * jit/JITStubs.h:
+            - Move ENABLE(JIT) to head of file.
+
 2012-03-03  Gavin Barraclough  <[email protected]>
 
         Split JSArray's [[Put]] & [[DefineOwnProperty]] traps.

Modified: trunk/Source/_javascript_Core/jit/JITStubs.h (109673 => 109674)


--- trunk/Source/_javascript_Core/jit/JITStubs.h	2012-03-04 05:56:24 UTC (rev 109673)
+++ trunk/Source/_javascript_Core/jit/JITStubs.h	2012-03-04 09:04:00 UTC (rev 109674)
@@ -39,6 +39,8 @@
 
 namespace JSC {
 
+#if ENABLE(JIT)
+
     struct StructureStubInfo;
 
     class CodeBlock;
@@ -261,8 +263,6 @@
 
 #define JITSTACKFRAME_ARGS_INDEX (OBJECT_OFFSETOF(JITStackFrame, args) / sizeof(void*))
 
-#if ENABLE(JIT)
-
 #define STUB_ARGS_DECLARATION void** args
 #define STUB_ARGS (args)
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to