[Webkit-unassigned] [Bug 126878] LayoutState and subtree layout code should use RenderElement.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 13 05:30:04 PST 2014


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


Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #221022|review?                     |review+
               Flag|                            |




--- Comment #4 from Antti Koivisto <koivisto at iki.fi>  2014-01-13 05:27:43 PST ---
(From update of attachment 221022)
View in context: https://bugs.webkit.org/attachment.cgi?id=221022&action=review

> Source/WebCore/rendering/RenderElement.cpp:1036
> +    if (!documentBeingDestroyed() && view().frameView().layoutRoot() == this) {
> +        ASSERT_NOT_REACHED();
> +        // This indicates a failure to layout the child, which is why
> +        // the layout root is still set to |this|. Make sure to clear it
> +        // since we are getting destroyed.
> +        view().frameView().clearLayoutRoot();
> +    }

Wonder if this could just be an assert.

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