| 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 897d665f37158b69e51e7fbc63cc3b6702845304..11dc1a34997b431308f36617c05b2488cc17d0f7 100644
|
| --- a/third_party/WebKit/Source/platform/heap/StackFrameDepth.h
|
| +++ b/third_party/WebKit/Source/platform/heap/StackFrameDepth.h
|
| @@ -88,6 +88,8 @@ private:
|
| // considered safe and allowed.
|
| static const int kSafeStackFrameSize = 32 * 1024;
|
|
|
| + static uintptr_t getFallbackStackLimit();
|
| +
|
| static uintptr_t s_stackFrameLimit;
|
| #if ENABLE(ASSERT)
|
| static bool s_isEnabled;
|
|
|