Commit e798dd99 authored by keishi's avatar keishi Committed by Commit bot

Fix missing StackFrameDepth constructor

TBR=haraken@chromium.org,oilpan-reviews@chromium.org
BUG=645253

Review-Url: https://codereview.chromium.org/2322123003
Cr-Commit-Position: refs/heads/master@{#417525}
parent 6b9233a9
......@@ -22,6 +22,7 @@ namespace blink {
class PLATFORM_EXPORT StackFrameDepth final {
DISALLOW_NEW();
public:
StackFrameDepth(): m_stackFrameLimit(kMinimumStackLimit) {}
bool isSafeToRecurse()
{
// Asssume that the stack grows towards lower addresses, which
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment