Title: [261757] trunk/Source/_javascript_Core
Revision
261757
Author
[email protected]
Date
2020-05-15 13:42:09 -0700 (Fri, 15 May 2020)

Log Message

Unreviewed, fix internal fast tls build.

* jit/AssemblyHelpers.cpp:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (261756 => 261757)


--- trunk/Source/_javascript_Core/ChangeLog	2020-05-15 20:07:26 UTC (rev 261756)
+++ trunk/Source/_javascript_Core/ChangeLog	2020-05-15 20:42:09 UTC (rev 261757)
@@ -1,3 +1,9 @@
+2020-05-15  Keith Miller  <[email protected]>
+
+        Unreviewed, fix internal fast tls build.
+
+        * jit/AssemblyHelpers.cpp:
+
 2020-05-15  Ross Kirsling  <[email protected]>
 
         [IWYU] Remove unnecessary includes from JSC implementation files

Modified: trunk/Source/_javascript_Core/jit/AssemblyHelpers.cpp (261756 => 261757)


--- trunk/Source/_javascript_Core/jit/AssemblyHelpers.cpp	2020-05-15 20:07:26 UTC (rev 261756)
+++ trunk/Source/_javascript_Core/jit/AssemblyHelpers.cpp	2020-05-15 20:42:09 UTC (rev 261757)
@@ -38,6 +38,7 @@
 
 #if ENABLE(WEBASSEMBLY)
 #include "WasmMemoryInformation.h"
+#include "WasmContextInlines.h"
 #endif
 
 namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to