| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 5cd053d0aaeb2cf7fb9280e7a6bd9f5a1280521c..b06eec2a7bc27993f245f6b8ad5927c56a3b045e 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -974,8 +974,6 @@ Handle<SharedFunctionInfo> CompileToplevel(CompilationInfo* info) {
|
| FixedArray* array = isolate->native_context()->embedder_data();
|
| script->set_context_data(array->get(v8::Context::kDebugIdIndex));
|
|
|
| - isolate->debug()->OnBeforeCompile(script);
|
| -
|
| Handle<SharedFunctionInfo> result;
|
|
|
| { VMState<COMPILER> state(info->isolate());
|
|
|