[webkit-reviews] review granted: [Bug 92476] Web Inspector: InspectorPageAgent should ascertain document to be non-null in updateViewMetrics() : [Attachment 154884] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 11:40:16 PDT 2012


Pavel Feldman <pfeldman at chromium.org> has granted Vivek Galatage
<vivekgalatage at gmail.com>'s request for review:
Bug 92476: Web Inspector: InspectorPageAgent should ascertain document to be
non-null in updateViewMetrics()
https://bugs.webkit.org/show_bug.cgi?id=92476

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

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=154884&action=review


> Source/WebCore/inspector/InspectorPageAgent.cpp:970
> +    if (document)

Is there a test case for this?


More information about the webkit-reviews mailing list