Index: src/debug.cc |
diff --git a/src/debug.cc b/src/debug.cc |
index d6f91d8586c06c7a33659199725ba0727a7922bf..7e231a5df270886e184ba8d5adc10d8e506c942e 100644 |
--- a/src/debug.cc |
+++ b/src/debug.cc |
@@ -844,6 +844,7 @@ bool Debug::Load() { |
HandleScope scope(isolate_); |
Handle<Context> context = |
isolate_->bootstrapper()->CreateEnvironment( |
+ isolate_, |
Handle<Object>::null(), |
v8::Handle<ObjectTemplate>(), |
NULL); |