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