Changeset 259803 in webkit
- Timestamp:
- Apr 9, 2020, 9:13:28 AM (6 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
wasm/WasmPlan.cpp (modified) (1 diff)
-
wasm/WasmPlan.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r259800 r259803 1 2020-04-09 Sergio Villar Senin <svillar@igalia.com> 2 3 [Wasm] Build fix for non-unified builds 4 https://bugs.webkit.org/show_bug.cgi?id=210277 5 6 Reviewed by Yusuke Suzuki. 7 8 * wasm/WasmPlan.cpp: Added missing includes. 9 * wasm/WasmPlan.h: Forward declare CodeBlock. 10 1 11 2020-04-09 Alexey Shvayka <shvaikalesh@gmail.com> 2 12 -
trunk/Source/JavaScriptCore/wasm/WasmPlan.cpp
r259582 r259803 34 34 #include "WasmCallee.h" 35 35 #include "WasmCallingConvention.h" 36 #include "WasmCodeBlock.h" 36 37 #include "WasmFaultSignalHandler.h" 38 #include "WasmMachineThreads.h" 37 39 #include "WasmMemory.h" 38 40 #include <wtf/DataLog.h> -
trunk/Source/JavaScriptCore/wasm/WasmPlan.h
r259582 r259803 44 44 namespace Wasm { 45 45 46 class CodeBlock; 46 47 struct Context; 47 48
Note:
See TracChangeset
for help on using the changeset viewer.