Index: src/profiler/heap-snapshot-generator.cc |
diff --git a/src/profiler/heap-snapshot-generator.cc b/src/profiler/heap-snapshot-generator.cc |
index fc43f9f47141e9a5448327d7e5578168c3a7b940..748f3074a192689f23e9d79bc8e84b6f12704cbe 100644 |
--- a/src/profiler/heap-snapshot-generator.cc |
+++ b/src/profiler/heap-snapshot-generator.cc |
@@ -1383,9 +1383,9 @@ void V8HeapExplorer::ExtractSharedFunctionInfoReferences( |
SetInternalReference(obj, entry, |
"debug_info", shared->debug_info(), |
SharedFunctionInfo::kDebugInfoOffset); |
- SetInternalReference(obj, entry, |
- "inferred_name", shared->inferred_name(), |
- SharedFunctionInfo::kInferredNameOffset); |
+ SetInternalReference(obj, entry, "function_identifier", |
+ shared->function_identifier(), |
+ SharedFunctionInfo::kFunctionIdentifierOffset); |
SetInternalReference(obj, entry, |
"optimized_code_map", shared->optimized_code_map(), |
SharedFunctionInfo::kOptimizedCodeMapOffset); |