| Index: src/debug/debug.cc
|
| diff --git a/src/debug/debug.cc b/src/debug/debug.cc
|
| index 76ded2cc7ada18cb7d511d55d315cf80733f799f..47eef9ad935353aaaed08cbb5269b28fb5a0590c 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.
|
|
|