[webkit-reviews] review granted: [Bug 61364] Web Inspector: inspected page crashes when call stack is empty after live edit. : [Attachment 94614] Patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 09:08:06 PDT 2011


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Podivilov
<podivilov at chromium.org>'s request for review:
Bug 61364: Web Inspector: inspected page crashes when call stack is empty after
live edit.
https://bugs.webkit.org/show_bug.cgi?id=61364

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

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=94614&action=review

> Source/WebCore/bindings/v8/ScriptDebugServer.cpp:252
> +    if (currentCallFrameV8->IsObject())

Prefer early return.


More information about the webkit-reviews mailing list