| Index: src/heap-snapshot-generator.cc
|
| diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc
|
| index 9a78af6abe0cf2a2dc1d9c0b435db39d57109ce1..3c1d2454cf47944308a4d91e48df80d3f8919e37 100644
|
| --- a/src/heap-snapshot-generator.cc
|
| +++ b/src/heap-snapshot-generator.cc
|
| @@ -1500,9 +1500,6 @@ void V8HeapExplorer::ExtractCodeReferences(int entry, Code* code) {
|
| SetInternalReference(code, entry,
|
| "gc_metadata", code->gc_metadata(),
|
| Code::kGCMetadataOffset);
|
| - SetInternalReference(code, entry,
|
| - "constant_pool", code->constant_pool(),
|
| - Code::kConstantPoolOffset);
|
| if (code->kind() == Code::OPTIMIZED_FUNCTION) {
|
| SetWeakReference(code, entry,
|
| "next_code_link", code->next_code_link(),
|
|
|