[Webkit-unassigned] [Bug 66571] Keep track of topCallFrame for Stack traces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 19 16:09:41 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66571





--- Comment #5 from Darin Adler <darin at apple.com>  2011-08-19 16:09:41 PST ---
(From update of attachment 104559)
View in context: https://bugs.webkit.org/attachment.cgi?id=104559&action=review

> Source/JavaScriptCore/interpreter/CallFrame.h:170
> +        : globalData(global)
> +        , oldCallFrame(global->topCallFrame) 

Formatting mistake. These lines should be indented four more spaces.

> Source/JavaScriptCore/interpreter/CallFrame.h:183
> +    };
>  } // namespace JSC

Formatting mistake. There should be a blank line here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list