| Index: include/v8-profiler.h
|
| diff --git a/include/v8-profiler.h b/include/v8-profiler.h
|
| index e88f4724d7878441cf18f86fd42f98cbcb98030c..46752e968dcf1ad4c487d4246ebd385f91255539 100644
|
| --- a/include/v8-profiler.h
|
| +++ b/include/v8-profiler.h
|
| @@ -264,12 +264,6 @@ class V8_EXPORT HeapGraphNode {
|
|
|
| /** Retrieves a child by index. */
|
| const HeapGraphEdge* GetChild(int index) const;
|
| -
|
| - /**
|
| - * Finds and returns a value from the heap corresponding to this node,
|
| - * if the value is still reachable.
|
| - */
|
| - Handle<Value> GetHeapValue() const;
|
| };
|
|
|
|
|
|
|