[webkit-reviews] review granted: [Bug 72256] Web Inspector: console's protocol payload does not have url and line properties. : [Attachment 114920] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 14 05:33:37 PST 2011


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 72256: Web Inspector: console's protocol payload does not have url and line
properties.
https://bugs.webkit.org/show_bug.cgi?id=72256

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

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


> Source/WebCore/inspector/ConsoleMessage.cpp:71
> +	   ScriptCallFrame frame = callStack->at(0);

Should be const ScriptCallFrame& frame


More information about the webkit-reviews mailing list