| Index: src/heap-snapshot-generator.h
|
| diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h
|
| index 223b240b8f9f824c40a00789413ddff403f3a493..c9a82f0ff03545d761e4d65bcc1e0cff9f5d0977 100644
|
| --- a/src/heap-snapshot-generator.h
|
| +++ b/src/heap-snapshot-generator.h
|
| @@ -464,8 +464,8 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| void ExtractScriptReferences(int entry, Script* script);
|
| void ExtractCodeCacheReferences(int entry, CodeCache* code_cache);
|
| void ExtractCodeReferences(int entry, Code* code);
|
| - void ExtractJSGlobalPropertyCellReferences(int entry,
|
| - JSGlobalPropertyCell* cell);
|
| + void ExtractCellReferences(int entry, Cell* 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);
|
|
|