[webkit-reviews] review denied: [Bug 83171] Web Inspector: [chromium] crash on pause compile error in label statement. : [Attachment 135610] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 04:51:04 PDT 2012


Yury Semikhatsky <yurys at chromium.org> has denied Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 83171: Web Inspector: [chromium] crash on pause compile error in label
statement.
https://bugs.webkit.org/show_bug.cgi?id=83171

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

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


> Source/WebCore/bindings/v8/ScriptDebugServer.cpp:264
> +    if (currentCallFrameV8.IsEmpty() || !currentCallFrameV8->IsObject())

You will have to remove assert above if this condition is now possible.


More information about the webkit-reviews mailing list