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 9a6a940fcb780d4c50fdbde798939204ab1aea73..21999331dc80afe1bbc5277b522e159b701ab0eb 100644 |
--- a/third_party/WebKit/Source/platform/heap/Heap.h |
+++ b/third_party/WebKit/Source/platform/heap/Heap.h |
@@ -279,6 +279,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; |