[Webkit-unassigned] [Bug 15765] ASSERTION FAILED: m_frame->page() in FrameLoader::tokenizerProcessedData using the new GMail interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 29 15:06:30 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15765





------- Comment #11 from freyther at handhelds.org  2007-12-29 15:06 PDT -------
(In reply to comment #8)


> Some of those checks are for *after* checkCompleted has dispatched events like
> the load event; they don't necessarily mean its good to call the function when
> page is 0.
> 
> I think it might be OK to remove the assertion, but it would be better to
> figure out why the load has not been stopped.

Okay. FrameLoader::stopLoad gets called but there is no tokenizer() on the
document (anymore), so HTMLTokenizer::stopParsing can not be called, so the
timer is firing. I know that we create the HTMLTokenizer with a
DocumentFragment, I have no idea where this DocumentFragment is coming from, it
is not from a HTMLElement::setInnerHTML.


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



More information about the webkit-unassigned mailing list