Index: src/debug/debug.cc |
diff --git a/src/debug/debug.cc b/src/debug/debug.cc |
index 39f21f55980a0d4efb5933d5a7481518c6205bf3..1bd69cbc882ddf5faf10280abc9d1bd0a59b3602 100644 |
--- a/src/debug/debug.cc |
+++ b/src/debug/debug.cc |
@@ -465,7 +465,7 @@ bool Debug::Load() { |
static const int kFirstContextSnapshotIndex = 0; |
Handle<Context> context = isolate_->bootstrapper()->CreateEnvironment( |
MaybeHandle<JSGlobalProxy>(), v8::Local<ObjectTemplate>(), &no_extensions, |
- kFirstContextSnapshotIndex, DEBUG_CONTEXT); |
+ kFirstContextSnapshotIndex, nullptr, DEBUG_CONTEXT); |
// Fail if no context could be created. |
if (context.is_null()) return false; |