Index: src/debug/debug.cc |
diff --git a/src/debug/debug.cc b/src/debug/debug.cc |
index 94d6ed6e0125d9d36acc30fed18b4fb5cf5905a5..646bb8de799f4d23791839a22b8e1544aa51f76b 100644 |
--- a/src/debug/debug.cc |
+++ b/src/debug/debug.cc |
@@ -458,7 +458,7 @@ bool Debug::Load() { |
static const int kFirstContextSnapshotIndex = 0; |
Handle<Context> context = isolate_->bootstrapper()->CreateEnvironment( |
MaybeHandle<JSGlobalProxy>(), v8::Local<ObjectTemplate>(), &no_extensions, |
- kFirstContextSnapshotIndex, v8::DeserializeInternalFieldsCallback(), |
+ kFirstContextSnapshotIndex, v8::DeserializeEmbedderFieldsCallback(), |
DEBUG_CONTEXT); |
// Fail if no context could be created. |