[webkit-reviews] review granted: [Bug 59113] XMLViewer breaks when scripts are disabled : [Attachment 90760] Temporary fix
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 22 14:41:11 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 90760: Temporary fix
https://bugs.webkit.org/attachment.cgi?id=90760&action=review
------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=90760&action=review
> Source/WebCore/xml/XMLTreeViewer.cpp:75
> + if
(!m_document->frame()->script()->canExecuteScripts(NotAboutToExecuteScript))
Can frame() be null here?
More information about the webkit-reviews
mailing list