| Index: src/heap-snapshot-generator.h
|
| diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h
|
| index d942bbef5c0ba826199ebd1fbb40951d17d51d09..d3c8f1b639d8e18c0244836f91a61e87ae117417 100644
|
| --- a/src/heap-snapshot-generator.h
|
| +++ b/src/heap-snapshot-generator.h
|
| @@ -454,7 +454,7 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| const char* GetSystemEntryName(HeapObject* object);
|
|
|
| void ExtractReferences(HeapObject* obj);
|
| - void ExtractJSGlobalProxyReferences(JSGlobalProxy* proxy);
|
| + void ExtractJSGlobalProxyReferences(int entry, JSGlobalProxy* proxy);
|
| void ExtractJSObjectReferences(int entry, JSObject* js_obj);
|
| void ExtractStringReferences(int entry, String* obj);
|
| void ExtractContextReferences(int entry, Context* context);
|
| @@ -532,6 +532,7 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| SnapshotFillerInterface* filler_;
|
| HeapObjectsSet objects_tags_;
|
| HeapObjectsSet strong_gc_subroot_names_;
|
| + HeapObjectsSet user_roots_;
|
| v8::HeapProfiler::ObjectNameResolver* global_object_name_resolver_;
|
|
|
| static HeapObject* const kGcRootsObject;
|
|
|