Title: [284081] trunk/Source/_javascript_Core
Revision
284081
Author
[email protected]
Date
2021-10-13 00:29:46 -0700 (Wed, 13 Oct 2021)

Log Message

[GTK] Unreviewed, build fix for Ubuntu 18.04 after r283852

* wasm/WasmB3IRGenerator.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (284080 => 284081)


--- trunk/Source/_javascript_Core/ChangeLog	2021-10-13 05:54:46 UTC (rev 284080)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-10-13 07:29:46 UTC (rev 284081)
@@ -1,3 +1,9 @@
+2021-10-13  Diego Pino Garcia  <[email protected]>
+
+        [GTK] Unreviewed, build fix for Ubuntu 18.04 after r283852
+
+        * wasm/WasmB3IRGenerator.h:
+
 2021-10-12  Ross Kirsling  <[email protected]>
 
         Non-unified build fixes, October 2021 edition.

Modified: trunk/Source/_javascript_Core/wasm/WasmB3IRGenerator.h (284080 => 284081)


--- trunk/Source/_javascript_Core/wasm/WasmB3IRGenerator.h	2021-10-13 05:54:46 UTC (rev 284080)
+++ trunk/Source/_javascript_Core/wasm/WasmB3IRGenerator.h	2021-10-13 07:29:46 UTC (rev 284081)
@@ -28,6 +28,7 @@
 #if ENABLE(WEBASSEMBLY_B3JIT)
 
 #include "B3Common.h"
+#include "B3Procedure.h"
 #include "CCallHelpers.h"
 #include "JITCompilation.h"
 #include "JITOpaqueByproducts.h"
@@ -42,10 +43,6 @@
 
 namespace JSC {
 
-namespace B3 {
-class Procedure;
-}
-
 namespace Wasm {
 
 class MemoryInformation;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to