Chromium Code Reviews| Index: src/debug.cc |
| =================================================================== |
| --- src/debug.cc (revision 751) |
| +++ src/debug.cc (working copy) |
| @@ -1135,7 +1135,7 @@ |
| bool Debug::EnsureCompiled(Handle<SharedFunctionInfo> shared) { |
| if (shared->is_compiled()) return true; |
| - return CompileLazyShared(shared, CLEAR_EXCEPTION); |
| + return CompileLazyShared(shared, CLEAR_EXCEPTION, 0); |
| } |