Index: Source/platform/heap/Heap.h |
diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h |
index b298d0381bd099c6328ce9e73765f68b8390fb89..9657d193e2866c3abc83713b35af59bfe501f6be 100644 |
--- a/Source/platform/heap/Heap.h |
+++ b/Source/platform/heap/Heap.h |
@@ -1055,6 +1055,7 @@ private: |
static size_t s_externallyAllocatedBytes; |
static size_t s_externallyAllocatedBytesAlive; |
static unsigned s_requestedUrgentGC; |
+ static double s_markingTimeInLastGC; |
friend class ThreadState; |
}; |