| Index: src/profiler/heap-snapshot-generator.cc
|
| diff --git a/src/profiler/heap-snapshot-generator.cc b/src/profiler/heap-snapshot-generator.cc
|
| index 69ed5e6f293163f577a43df86ff4194fb113ea99..a2dd41b31a705ab745784d4f16a543b59b33df9f 100644
|
| --- a/src/profiler/heap-snapshot-generator.cc
|
| +++ b/src/profiler/heap-snapshot-generator.cc
|
| @@ -1109,10 +1109,6 @@ void V8HeapExplorer::ExtractJSObjectReferences(
|
| TagObject(js_fun->bound_arguments(), "(bound arguments)");
|
| SetInternalReference(js_fun, entry, "bindings", js_fun->bound_arguments(),
|
| JSBoundFunction::kBoundArgumentsOffset);
|
| - TagObject(js_fun->creation_context(), "(creation context)");
|
| - SetInternalReference(js_fun, entry, "creation_context",
|
| - js_fun->creation_context(),
|
| - JSBoundFunction::kCreationContextOffset);
|
| SetNativeBindReference(js_obj, entry, "bound_this", js_fun->bound_this());
|
| SetNativeBindReference(js_obj, entry, "bound_function",
|
| js_fun->bound_target_function());
|
|
|