| 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 fc6a9475ad5e12fe770bed69aea88bf9d265b853..15014ec3e67fb64720d3b7818220babb9625405f 100644
|
| --- a/third_party/WebKit/Source/platform/heap/StackFrameDepth.h
|
| +++ b/third_party/WebKit/Source/platform/heap/StackFrameDepth.h
|
| @@ -46,9 +46,6 @@ class PLATFORM_EXPORT StackFrameDepth final {
|
| #endif
|
| }
|
|
|
| - static size_t getUnderestimatedStackSize();
|
| - static void* getStackStart();
|
| -
|
| #if COMPILER(MSVC)
|
| // Ignore C4172: returning address of local variable or temporary: dummy. This
|
| // warning suppression has to go outside of the function to take effect.
|
|
|