Index: src/heap-snapshot-generator.h |
diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h |
index 3a91f74606cdae2812d4b7f424736cb32fc7a08a..c9a82f0ff03545d761e4d65bcc1e0cff9f5d0977 100644 |
--- a/src/heap-snapshot-generator.h |
+++ b/src/heap-snapshot-generator.h |
@@ -465,8 +465,7 @@ class V8HeapExplorer : public HeapEntriesAllocator { |
void ExtractCodeCacheReferences(int entry, CodeCache* code_cache); |
void ExtractCodeReferences(int entry, Code* code); |
void ExtractCellReferences(int entry, Cell* cell); |
- void ExtractJSGlobalPropertyCellReferences(int entry, |
- JSGlobalPropertyCell* cell); |
+ void ExtractPropertyCellReferences(int entry, PropertyCell* cell); |
void ExtractClosureReferences(JSObject* js_obj, int entry); |
void ExtractPropertyReferences(JSObject* js_obj, int entry); |
void ExtractElementReferences(JSObject* js_obj, int entry); |