Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: third_party/WebKit/Source/platform/heap/StackFrameDepth.h

Issue 1673543002: Split out fallback stack limit determination. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment improvements Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/StackFrameDepth.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/StackFrameDepth.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698