Chromium Code Reviews| Index: Source/platform/heap/Heap.h |
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h |
| index e7add87dca1418085ef3175454025c80069fd0e3..b7afb09b47e567c533127ae5a78c210e80c518c5 100644 |
| --- a/Source/platform/heap/Heap.h |
| +++ b/Source/platform/heap/Heap.h |
| @@ -1075,6 +1075,7 @@ private: |
| static size_t s_externallyAllocatedBytes; |
| static size_t s_externallyAllocatedBytesAlive; |
| static unsigned s_requestedUrgentGC; |
| + static double s_markingTimeInLastGC; |
| friend class ThreadState; |
| }; |