Index: src/profiler/heap-snapshot-generator.h |
diff --git a/src/profiler/heap-snapshot-generator.h b/src/profiler/heap-snapshot-generator.h |
index 865dd56ad173e8bfe63cb912b8991164ccc16842..b53fa9bab39788ff399692ab6b1719b06e929b78 100644 |
--- a/src/profiler/heap-snapshot-generator.h |
+++ b/src/profiler/heap-snapshot-generator.h |
@@ -49,9 +49,9 @@ class HeapGraphEdge BASE_EMBEDDED { |
} |
INLINE(HeapEntry* from() const); |
HeapEntry* to() const { return to_entry_; } |
+ INLINE(HeapSnapshot* snapshot() const); |
vogelheim
2015/11/27 16:06:15
Not sure if worthwhile, but I think you're exposin
|
private: |
- INLINE(HeapSnapshot* snapshot() const); |
int from_index() const { return FromIndexField::decode(bit_field_); } |
class TypeField : public BitField<Type, 0, 3> {}; |