| 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 24dd654eb92b1ae47477925a87d3867f6f72798c..261b26e70bf4003fcc154cbee744b0fb8e642aff 100644
|
| --- a/third_party/WebKit/Source/platform/heap/Heap.h
|
| +++ b/third_party/WebKit/Source/platform/heap/Heap.h
|
| @@ -396,6 +396,7 @@ private:
|
| static int arenaIndexForObjectSize(size_t);
|
| static bool isNormalArenaIndex(int);
|
|
|
| + void commitCallbackStacks();
|
| void decommitCallbackStacks();
|
|
|
| RecursiveMutex m_threadAttachMutex;
|
|
|