Chromium Code Reviews| Index: Source/platform/heap/ThreadState.h |
| diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h |
| index 8b7db86abb749c60aef9b2ec9fb243b342c7fe93..2d6cef55e1df38923b87c2620ec6fa5278c4e6d6 100644 |
| --- a/Source/platform/heap/ThreadState.h |
| +++ b/Source/platform/heap/ThreadState.h |
| @@ -683,7 +683,6 @@ public: |
| void getStats(HeapStats&); |
| HeapStats& stats() { return m_stats; } |
| - HeapStats& statsAfterLastGC() { return m_statsAfterLastGC; } |
| void setupHeapsForTermination(); |