[Webkit-unassigned] [Bug 48077] HTMLParserScheduler should be suspended when page loading is deferred

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 4 23:18:12 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=48077





--- Comment #44 from Kent Tamura <tkent at chromium.org>  2011-01-04 23:18:11 PST ---
(From update of attachment 77893)
View in context: https://bugs.webkit.org/attachment.cgi?id=77893&action=review

> WebCore/html/parser/HTMLDocumentParser.cpp:525
> +{
> +    m_parserScheduler->suspend();
> +}

m_parserScheduler can be empty.  A test for Chromium (not a LayoutTest) crashed here.

So, I'll roll r74992 out.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list