Index: third_party/WebKit/Source/platform/heap/Heap.h |
diff --git a/third_party/WebKit/Source/platform/heap/Heap.h b/third_party/WebKit/Source/platform/heap/Heap.h |
index eb9fcd65483886526b4e4c94166a16c37f1e0419..9762d092378cd86c26cb7a15f283c1e230bcb974 100644 |
--- a/third_party/WebKit/Source/platform/heap/Heap.h |
+++ b/third_party/WebKit/Source/platform/heap/Heap.h |
@@ -319,6 +319,8 @@ private: |
static int heapIndexForObjectSize(size_t); |
static bool isNormalHeapIndex(int); |
+ static void decommitCallbackStacks(); |
+ |
static CallbackStack* s_markingStack; |
static CallbackStack* s_postMarkingCallbackStack; |
static CallbackStack* s_globalWeakCallbackStack; |