[Webkit-unassigned] [Bug 121771] Remove RenderObjectChildList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 22 18:59:53 PDT 2013


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





--- Comment #9 from Darin Adler <darin at apple.com>  2013-09-22 18:58:55 PST ---
(From update of attachment 212315)
View in context: https://bugs.webkit.org/attachment.cgi?id=212315&action=review

> Source/WebCore/rendering/RenderElement.h:59
> +    enum NotifyChildrenType { NotifyChildren, DontNotifyChildren };
> +    void insertChildInternal(RenderObject*, RenderObject* beforeChild, NotifyChildrenType);
> +    void removeChildInternal(RenderObject*, NotifyChildrenType);

Why public instead of protected?

> Source/WebCore/rendering/RenderObject.cpp:1668
> +            block->insertChildInternal(this, 0, RenderElement::NotifyChildren);

nullptr

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