Index: src/wasm/wasm-interpreter.cc |
diff --git a/src/wasm/wasm-interpreter.cc b/src/wasm/wasm-interpreter.cc |
index 5103b56e924e63672a201658cb7315e7efda9f4c..d397b6d7f1b046bb1fe31f76a8e3e9b15224cd5b 100644 |
--- a/src/wasm/wasm-interpreter.cc |
+++ b/src/wasm/wasm-interpreter.cc |
@@ -1741,7 +1741,7 @@ class WasmInterpreterInternals : public ZoneObject { |
//============================================================================ |
WasmInterpreter::WasmInterpreter(WasmInstance* instance, |
AccountingAllocator* allocator) |
- : zone_(allocator), |
+ : zone_(allocator, ZONE_NAME), |
internals_(new (&zone_) WasmInterpreterInternals(&zone_, instance)) {} |
WasmInterpreter::~WasmInterpreter() { internals_->Delete(); } |