Index: src/debug/debug.cc |
diff --git a/src/debug/debug.cc b/src/debug/debug.cc |
index a75ece1bf312ddc292a7cd66b267542a3116b0be..4a33f3625a178ecad0cc5d49f12543e0558d595a 100644 |
--- a/src/debug/debug.cc |
+++ b/src/debug/debug.cc |
@@ -453,7 +453,7 @@ bool Debug::Load() { |
// Disable breakpoints and interrupts while compiling and running the |
// debugger scripts including the context creation code. |
- DisableBreak disable(this, true); |
+ DisableBreak disable(this); |
PostponeInterruptsScope postpone(isolate_); |
// Create the debugger context. |