| Index: include/v8-profiler.h
|
| diff --git a/include/v8-profiler.h b/include/v8-profiler.h
|
| index e36659fb48da438082baa47090c66ab77ca05da5..7a880963be6faa64d6ed4482e49b75f887608a8b 100644
|
| --- a/include/v8-profiler.h
|
| +++ b/include/v8-profiler.h
|
| @@ -347,9 +347,6 @@ class V8EXPORT HeapSnapshot {
|
| /** Returns a node by index. */
|
| const HeapGraphNode* GetNode(int index) const;
|
|
|
| - /** Returns a max seen JS object Id. */
|
| - SnapshotObjectId GetMaxSnapshotJSObjectId() const;
|
| -
|
| /**
|
| * Deletes the snapshot and removes it from HeapProfiler's list.
|
| * All pointers to nodes, edges and paths previously returned become
|
|
|