Index: src/heap-snapshot-generator.h |
diff --git a/src/heap-snapshot-generator.h b/src/heap-snapshot-generator.h |
index b33b7f001b550ca90092fe0852290fbcf5b9bcbd..d93362f63bc1a6d61fa90792b660a1e0b9432a2a 100644 |
--- a/src/heap-snapshot-generator.h |
+++ b/src/heap-snapshot-generator.h |
@@ -138,8 +138,6 @@ class HeapEntry BASE_EMBEDDED { |
void Print( |
const char* prefix, const char* edge_name, int max_depth, int indent); |
- Handle<HeapObject> GetHeapObject(); |
- |
private: |
INLINE(HeapGraphEdge** children_arr()); |
const char* TypeAsString(); |