| 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 21999331dc80afe1bbc5277b522e159b701ab0eb..9a6a940fcb780d4c50fdbde798939204ab1aea73 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -279,8 +279,6 @@
|
| static int heapIndexForObjectSize(size_t);
|
| static bool isNormalHeapIndex(int);
|
|
|
| - static void decommitCallbackStacks();
|
| -
|
| static CallbackStack* s_markingStack;
|
| static CallbackStack* s_postMarkingCallbackStack;
|
| static CallbackStack* s_globalWeakCallbackStack;
|
|
|