Index: src/wasm/wasm-interpreter.h |
diff --git a/src/wasm/wasm-interpreter.h b/src/wasm/wasm-interpreter.h |
index b106a202d218fb153dea168b1ef8f91bb748da19..91b592c0c1bafcd8e8a69c82fa1f4aad041185d6 100644 |
--- a/src/wasm/wasm-interpreter.h |
+++ b/src/wasm/wasm-interpreter.h |
@@ -6,7 +6,7 @@ |
#define V8_WASM_INTERPRETER_H_ |
#include "src/wasm/wasm-opcodes.h" |
-#include "src/zone-containers.h" |
+#include "src/zone/zone-containers.h" |
namespace v8 { |
namespace base { |
@@ -139,8 +139,7 @@ class WasmInterpreter { |
bool GetBreakpoint(const WasmFunction* function, int pc); |
}; |
- WasmInterpreter(WasmModuleInstance* instance, |
- base::AccountingAllocator* allocator); |
+ WasmInterpreter(WasmModuleInstance* instance, AccountingAllocator* allocator); |
~WasmInterpreter(); |
//========================================================================== |