[webkit-reviews] review granted: [Bug 98928] JSC: A reliable topCallFrame : [Attachment 170034] Fix.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 21:23:56 PDT 2012


Geoffrey Garen <ggaren at apple.com> has granted Mark Lam <mark.lam at apple.com>'s
request for review:
Bug 98928: JSC: A reliable topCallFrame
https://bugs.webkit.org/show_bug.cgi?id=98928

Attachment 170034: Fix.
https://bugs.webkit.org/attachment.cgi?id=170034&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=170034&action=review


r=me

> Source/JavaScriptCore/jit/JITStubs.cpp:2145
> +    callFrame->setCodeBlock(0);

Why did you need to do this? Your ChangeLog doesn't say.

> Source/JavaScriptCore/jit/JITStubs.cpp:2227
> +    callFrame->setCodeBlock(0);

Why did you need to do this? Your ChangeLog doesn't say.


More information about the webkit-reviews mailing list