| Index: src/profile-generator.h
|
| diff --git a/src/profile-generator.h b/src/profile-generator.h
|
| index 71167f735810749ac8da45bed21b28e8a0fed53a..7761d179698759043a6f09d5e08e9b9b9091195b 100644
|
| --- a/src/profile-generator.h
|
| +++ b/src/profile-generator.h
|
| @@ -1021,7 +1021,7 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| HeapEntry* parent,
|
| String* reference_name,
|
| Object* child);
|
| - void SetWindowReference(Object* window);
|
| + void SetUserGlobalReference(Object* window);
|
| void SetRootGcRootsReference();
|
| void SetGcRootsReference(VisitorSynchronization::SyncTag tag);
|
| void SetGcSubrootReference(
|
|
|