| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index 161a5cfa713a93826e48715597ade4169a96aba4..bbdb520058d77fd1a18113ed9f44935c0483a107 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -28,7 +28,6 @@ Interpreter::Interpreter(Isolate* isolate) : isolate_(isolate) {
|
| }
|
|
|
| void Interpreter::Initialize() {
|
| - DCHECK(FLAG_ignition);
|
| if (IsDispatchTableInitialized()) return;
|
| Zone zone(isolate_->allocator());
|
| HandleScope scope(isolate_);
|
|
|