[webkit-reviews] review granted: [Bug 59113] XMLViewer breaks when scripts are disabled : [Attachment 94715] Addressing abarth's comments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 17:06:07 PDT 2011


Adam Barth <abarth at webkit.org> has granted Nate Chapin <japhet at chromium.org>'s
request for review:
Bug 59113: XMLViewer breaks when scripts are disabled
https://bugs.webkit.org/show_bug.cgi?id=59113

Attachment 94715: Addressing abarth's comments
https://bugs.webkit.org/attachment.cgi?id=94715&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=94715&action=review

This is great.	Thanks.

> Source/WebCore/dom/Document.cpp:1725
> +    if (!m_isViewSource || !m_frame)
> +	   return;

why !m_frame here?


More information about the webkit-reviews mailing list