| Index: Source/platform/heap/Heap.h
|
| diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
|
| index 161a8ffe92a3a20e4c30a10384871417b598c1ff..abf2fe653177a108a405627552a676acb9dffe2e 100644
|
| --- a/Source/platform/heap/Heap.h
|
| +++ b/Source/platform/heap/Heap.h
|
| @@ -1049,6 +1049,8 @@ private:
|
| // Reset counters that track live and allocated-since-last-GC sizes.
|
| static void resetHeapCounters();
|
|
|
| + static void ensureCallbackStacks();
|
| +
|
| static Visitor* s_markingVisitor;
|
| static CallbackStack* s_markingStack;
|
| static CallbackStack* s_postMarkingCallbackStack;
|
|
|