| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index 6da7e5f066f9477b6da1abc146c50e6e32f74a8a..6434bc10fd77806fa71d12fcc40cdddccb969360 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -54,7 +54,7 @@ Interpreter::Interpreter(Isolate* isolate) : isolate_(isolate) {
|
|
|
| void Interpreter::Initialize() {
|
| if (IsDispatchTableInitialized()) return;
|
| - Zone zone(isolate_->allocator());
|
| + Zone zone(isolate_->allocator(), ZONE_NAME);
|
| HandleScope scope(isolate_);
|
|
|
| if (FLAG_trace_ignition_dispatches) {
|
|
|