[Webkit-unassigned] [Bug 16808] ASSERT(m_document->frame() == m_view->frame()) failing in CachedPage::clear when running Safari's PLT
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 10 08:57:15 PST 2008
http://bugs.webkit.org/show_bug.cgi?id=16808
------- Comment #10 from aroben at apple.com 2008-01-10 08:57 PDT -------
(In reply to comment #9)
> (In reply to comment #6)
> > (From update of attachment 18355 [edit] [edit])
> > 1856 frameView->attachToWindow();
> >
> > I expect attachToWindow() to happen as a result of calling setWidget(). Does it
> > not?
>
> Hm, I suppose it does: RenderPart::setWidget -> RenderWidget::setWidget ->
> ScrollView::addChild -> Widget::setParent -> Widget::attachToWindow. Thanks for
> pointing that out!
Ah, but we only call attachToWindow() on the main frame, and we only call
setWidget() on frames that have an ownerRenderer(), so I think both calls need
to remain.
--
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