| Index: third_party/WebKit/Source/platform/heap/StackFrameDepth.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/StackFrameDepth.h b/third_party/WebKit/Source/platform/heap/StackFrameDepth.h
|
| index 35a4dc41539647d9b9e9086ec07362cfff6f5234..58f5c5ab7bfcb26715684c156629bb2a6292ed9c 100644
|
| --- a/third_party/WebKit/Source/platform/heap/StackFrameDepth.h
|
| +++ b/third_party/WebKit/Source/platform/heap/StackFrameDepth.h
|
| @@ -44,6 +44,8 @@ public:
|
| inline static bool isEnabled() { return s_isEnabled; }
|
| #endif
|
|
|
| + static bool hasInsufficientStackForGC();
|
| +
|
| static size_t getUnderestimatedStackSize();
|
| static void* getStackStart();
|
|
|
|
|