| Index: src/heap-snapshot-generator.h
|
| diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h
|
| index c9a82f0ff03545d761e4d65bcc1e0cff9f5d0977..932f98e5605a02941785c881adb0f4472a340331 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);
|
| @@ -529,6 +529,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;
|
|
|