Title: [192777] trunk/Source/_javascript_Core
Revision
192777
Author
[email protected]
Date
2015-11-27 05:01:22 -0800 (Fri, 27 Nov 2015)

Log Message

Fix the ENABLE(B3_JIT) build with GCC in B3Procedure.h
https://bugs.webkit.org/show_bug.cgi?id=151620

Reviewed by Mark Lam.

* b3/B3Procedure.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (192776 => 192777)


--- trunk/Source/_javascript_Core/ChangeLog	2015-11-27 12:59:34 UTC (rev 192776)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-11-27 13:01:22 UTC (rev 192777)
@@ -1,5 +1,14 @@
 2015-11-27  Csaba Osztrogonác  <[email protected]>
 
+        Fix the ENABLE(B3_JIT) build with GCC in B3Procedure.h
+        https://bugs.webkit.org/show_bug.cgi?id=151620
+
+        Reviewed by Mark Lam.
+
+        * b3/B3Procedure.h:
+
+2015-11-27  Csaba Osztrogonác  <[email protected]>
+
         [cmake] Add new B3 source files to the build system
         https://bugs.webkit.org/show_bug.cgi?id=151618
 

Modified: trunk/Source/_javascript_Core/b3/B3Procedure.h (192776 => 192777)


--- trunk/Source/_javascript_Core/b3/B3Procedure.h	2015-11-27 12:59:34 UTC (rev 192776)
+++ trunk/Source/_javascript_Core/b3/B3Procedure.h	2015-11-27 13:01:22 UTC (rev 192777)
@@ -28,6 +28,7 @@
 
 #if ENABLE(B3_JIT)
 
+#include "B3OpaqueByproducts.h"
 #include "B3Origin.h"
 #include "B3Type.h"
 #include "PureNaN.h"
@@ -43,7 +44,6 @@
 
 class BasicBlock;
 class BlockInsertionSet;
-class OpaqueByproducts;
 class Value;
 
 namespace Air { class Code; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to