Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index c5f84ebde5f1a89280905f8ba1ae2574e8a399b7..2d0cf06cbd0a8572b2192a2a284ac0d023652729 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -962,8 +962,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()); |