Title: [277648] trunk/Source/_javascript_Core
- Revision
- 277648
- Author
- [email protected]
- Date
- 2021-05-18 04:10:39 -0700 (Tue, 18 May 2021)
Log Message
[JSCOnly] Non unified build fixes
https://bugs.webkit.org/show_bug.cgi?id=225872
Unreviewed non-unified build fixes.
* jit/JITPropertyAccess.cpp: Add missing ThunkGenerators.h header.
* jit/SlowPathCall.cpp: Add missing JITInlines.h and ThunkGenerators.h headers.
* wasm/js/WebAssemblyFunctionBase.h: Add missing WasmFormat.h header.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (277647 => 277648)
--- trunk/Source/_javascript_Core/ChangeLog 2021-05-18 10:01:26 UTC (rev 277647)
+++ trunk/Source/_javascript_Core/ChangeLog 2021-05-18 11:10:39 UTC (rev 277648)
@@ -1,3 +1,14 @@
+2021-05-18 Adrian Perez de Castro <[email protected]>
+
+ [JSCOnly] Non unified build fixes
+ https://bugs.webkit.org/show_bug.cgi?id=225872
+
+ Unreviewed non-unified build fixes.
+
+ * jit/JITPropertyAccess.cpp: Add missing ThunkGenerators.h header.
+ * jit/SlowPathCall.cpp: Add missing JITInlines.h and ThunkGenerators.h headers.
+ * wasm/js/WebAssemblyFunctionBase.h: Add missing WasmFormat.h header.
+
2021-05-17 Saam Barati <[email protected]>
Enable JS to emit sign posts and trace points under Options::exposeProfilersOnGlobalObject
Modified: trunk/Source/_javascript_Core/jit/JITPropertyAccess.cpp (277647 => 277648)
--- trunk/Source/_javascript_Core/jit/JITPropertyAccess.cpp 2021-05-18 10:01:26 UTC (rev 277647)
+++ trunk/Source/_javascript_Core/jit/JITPropertyAccess.cpp 2021-05-18 11:10:39 UTC (rev 277648)
@@ -38,6 +38,7 @@
#include "PrivateFieldPutKind.h"
#include "SlowPathCall.h"
#include "StructureStubInfo.h"
+#include "ThunkGenerators.h"
#include <wtf/ScopedLambda.h>
#include <wtf/StringPrintStream.h>
Modified: trunk/Source/_javascript_Core/jit/SlowPathCall.cpp (277647 => 277648)
--- trunk/Source/_javascript_Core/jit/SlowPathCall.cpp 2021-05-18 10:01:26 UTC (rev 277647)
+++ trunk/Source/_javascript_Core/jit/SlowPathCall.cpp 2021-05-18 11:10:39 UTC (rev 277648)
@@ -29,7 +29,9 @@
#if ENABLE(JIT)
#include "CCallHelpers.h"
+#include "JITInlines.h"
#include "JITThunks.h"
+#include "ThunkGenerators.h"
#include "VM.h"
namespace JSC {
Modified: trunk/Source/_javascript_Core/wasm/js/WebAssemblyFunctionBase.h (277647 => 277648)
--- trunk/Source/_javascript_Core/wasm/js/WebAssemblyFunctionBase.h 2021-05-18 10:01:26 UTC (rev 277647)
+++ trunk/Source/_javascript_Core/wasm/js/WebAssemblyFunctionBase.h 2021-05-18 11:10:39 UTC (rev 277648)
@@ -28,6 +28,7 @@
#if ENABLE(WEBASSEMBLY)
#include "JSFunction.h"
+#include "WasmFormat.h"
namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes