Title: [166192] trunk/Source/_javascript_Core
Revision
166192
Author
[email protected]
Date
2014-03-24 14:03:46 -0700 (Mon, 24 Mar 2014)

Log Message

Stop pulling in all the macro assemblers from VM.h
<https://webkit.org/b/130691>

Remove #include of "GPRInfo.h". This breaks WebCore's dependency
on macro assemblers headers and removes 8 includes from every
.cpp file in the JS bindings.

Reviewed by Geoff Garen.

* runtime/VM.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (166191 => 166192)


--- trunk/Source/_javascript_Core/ChangeLog	2014-03-24 20:57:41 UTC (rev 166191)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-03-24 21:03:46 UTC (rev 166192)
@@ -1,3 +1,16 @@
+2014-03-24  Andreas Kling  <[email protected]>
+
+        Stop pulling in all the macro assemblers from VM.h
+        <https://webkit.org/b/130691>
+
+        Remove #include of "GPRInfo.h". This breaks WebCore's dependency
+        on macro assemblers headers and removes 8 includes from every
+        .cpp file in the JS bindings.
+
+        Reviewed by Geoff Garen.
+
+        * runtime/VM.h:
+
 2014-03-24  Gavin Barraclough  <[email protected]>
 
         Add support for thread QoS

Modified: trunk/Source/_javascript_Core/runtime/VM.h (166191 => 166192)


--- trunk/Source/_javascript_Core/runtime/VM.h	2014-03-24 20:57:41 UTC (rev 166191)
+++ trunk/Source/_javascript_Core/runtime/VM.h	2014-03-24 21:03:46 UTC (rev 166192)
@@ -31,7 +31,6 @@
 
 #include "DateInstanceCache.h"
 #include "ExecutableAllocator.h"
-#include "GPRInfo.h"
 #include "Heap.h"
 #include "Intrinsic.h"
 #include "JITThunks.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to