| Index: src/heap-snapshot-generator.h
|
| diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h
|
| index d93362f63bc1a6d61fa90792b660a1e0b9432a2a..c14fbb2108a32fb0559a3a1254bb5add2e188fb1 100644
|
| --- a/src/heap-snapshot-generator.h
|
| +++ b/src/heap-snapshot-generator.h
|
| @@ -448,7 +448,7 @@ class V8HeapExplorer : public HeapEntriesAllocator {
|
| Object* child);
|
| void SetWeakReference(HeapObject* parent_obj,
|
| int parent,
|
| - int index,
|
| + const char* reference_name,
|
| Object* child_obj,
|
| int field_offset);
|
| void SetPropertyReference(HeapObject* parent_obj,
|
|
|