[webkit-reviews] review denied: [Bug 116995] Crash in HTMLScriptRunner going back (much more reproducible on slow networks) : [Attachment 203274] Patch v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 29 18:58:51 PDT 2013


Anders Carlsson <andersca at apple.com> has denied Brady Eidson
<beidson at apple.com>'s request for review:
Bug 116995: Crash in HTMLScriptRunner going back (much more reproducible on
slow networks)
https://bugs.webkit.org/show_bug.cgi?id=116995

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=203274&action=review


> Source/WebCore/html/parser/HTMLScriptRunner.cpp:105
> +    if (!m_document)
> +	   return false;

Why is m_document null here? I'd like a comment explaining this (as well as the
ChangeLog explaining it).


More information about the webkit-reviews mailing list