| Index: src/heap-snapshot-generator.h
|
| diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h
|
| index a4fcef72b9a9a2cd7a3061d86540f1fc929d3137..223b240b8f9f824c40a00789413ddff403f3a493 100644
|
| --- a/src/heap-snapshot-generator.h
|
| +++ b/src/heap-snapshot-generator.h
|
| @@ -655,7 +655,6 @@ class HeapSnapshotJSONSerializer {
|
| v8::internal::kZeroHashSeed);
|
| }
|
|
|
| - HeapSnapshot* CreateFakeSnapshot();
|
| int GetStringId(const char* s);
|
| int entry_index(HeapEntry* e) { return e->index() * kNodeFieldsCount; }
|
| void SerializeEdge(HeapGraphEdge* edge, bool first_edge);
|
|
|