[Webkit-unassigned] [Bug 121771] Remove RenderObjectChildList
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 22 18:58:32 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121771
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #212315|review? |review+
Flag| |
--- Comment #8 from Darin Adler <darin at apple.com> 2013-09-22 18:57:34 PST ---
(From update of attachment 212315)
View in context: https://bugs.webkit.org/attachment.cgi?id=212315&action=review
> Source/WebCore/rendering/RenderObject.h:267
> + friend RenderElement;
This is the wrong syntax. Should be friend class RenderElement. Also, should go at the top of the class with the other friends. But it's really annoying that this friendship needs to exist.
--
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