[Webkit-unassigned] [Bug 31446] crash in chromium when loading multipart/x-mixed-replace data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 16 12:10:18 PST 2009


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





--- Comment #9 from Tony Chang (Google) <tony at chromium.org>  2009-11-16 12:10:17 PST ---
(In reply to comment #8)
> (In reply to comment #7)
> > (From update of attachment 43211 [details] [details])
> > > +++ b/WebCore/loader/FrameLoader.cpp
> > ...
> > > +                if (isReplacing())
> > > +                    setDocumentLoader(m_provisionalDocumentLoader.get());
> > 
> > In WebFrameImpl::loadData, we also call setReplacing.  Could that interact
> > in an interesting way with this code?
> 
> As far as I can tell, WebFrameImpl::loadData is only used by
> WebFrameImpl::loadData (error pages), so it doesn't seem to interact with this
> code.

Err, WebFrameImpl::loadData is only used by WebFrameImpl::loadHTMLString.

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