Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index beb44ad153d67212827e028cd723aa038ef047bd..0cd0def57a00ea5c06ed1950f4bbe017def32134 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -499,6 +499,7 @@ class RuntimeCallTimer { |
RuntimeCallTimer() {} |
RuntimeCallCounter* counter() { return counter_; } |
base::ElapsedTimer timer() { return timer_; } |
+ RuntimeCallTimer* parent() const { return parent_; } |
private: |
friend class RuntimeCallStats; |