| Index: src/debug/debug.cc
|
| diff --git a/src/debug/debug.cc b/src/debug/debug.cc
|
| index 8c85e4b2497f66317f7152ed786b977056d76557..bebd8227760d4ce8af76c1e937dcd65707c59d0f 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.
|
|
|