[Webkit-unassigned] [Bug 61491] Frame flattening is broken with nested frames
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 31 07:02:53 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61491
Antonio Gomes <tonikitoo at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tonikitoo at webkit.org
--- Comment #22 from Antonio Gomes <tonikitoo at webkit.org> 2011-05-31 07:02:53 PST ---
> > > Source/WebCore/page/FrameView.cpp:1043
> > > + m_frame->contentRenderer()->updateWidgetPositions();
> >
> > Are we ensured to always have a contentRenderer?
>
> Yes, we are.
> When layout starts, we check for a layout root and return if there is no root.
> If m_layoutRoot exists, that is out root, otherwise, the root is the same as contentRenderer().
An assert is highly recommended in such cases, then
--
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