[Webkit-unassigned] [Bug 41281] HTML5 Regression: Crash in insert()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 28 14:16:22 PDT 2010


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





--- Comment #10 from Adam Barth <abarth at webkit.org>  2010-06-28 14:16:22 PST ---
> WebCore/html/HTMLDocumentParser.h:112
>  +      bool shouldDelayEnd() const { return inWrite() || isWaitingForScripts() || inScriptExecution() || isScheduledForResume(); }
> Seems sightly silly to put this in the header.  Generally the .cpp is better/cleaner.

Yeah, I don't know if we have a consistent way of making those decisions.

-- 
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