Index: src/heap-snapshot-generator.cc |
diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc |
index c4da47cb48ea674d063eb7d71f23eee6614a6c2f..b8237a6b13abaab96c16505c18e44c581729661a 100644 |
--- a/src/heap-snapshot-generator.cc |
+++ b/src/heap-snapshot-generator.cc |
@@ -1210,10 +1210,6 @@ void V8HeapExplorer::ExtractSharedFunctionInfoReferences( |
SetInternalReference(obj, entry, |
"inferred_name", shared->inferred_name(), |
SharedFunctionInfo::kInferredNameOffset); |
- SetInternalReference(obj, entry, |
- "this_property_assignments", |
- shared->this_property_assignments(), |
- SharedFunctionInfo::kThisPropertyAssignmentsOffset); |
SetWeakReference(obj, entry, |
1, shared->initial_map(), |
SharedFunctionInfo::kInitialMapOffset); |