| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index 65bccf2122126eaa0bb46ca4d798daa1068f7ebd..5d745bc13a177170edac8530a76fea0576a7b97d 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -754,6 +754,7 @@ static bool DebuggerWantsEagerCompilation(CompilationInfo* info,
|
|
|
| static Handle<SharedFunctionInfo> CompileToplevel(CompilationInfo* info) {
|
| Isolate* isolate = info->isolate();
|
| + PostponeInterruptsScope postpone(isolate);
|
| ASSERT(!isolate->native_context().is_null());
|
| Handle<Script> script = info->script();
|
|
|
|
|