[webkit-reviews] review granted: [Bug 121771] Remove RenderObjectChildList : [Attachment 212315] another

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 22 18:58:30 PDT 2013


Darin Adler <darin at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 121771: Remove RenderObjectChildList
https://bugs.webkit.org/show_bug.cgi?id=121771

Attachment 212315: another
https://bugs.webkit.org/attachment.cgi?id=212315&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
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.


More information about the webkit-reviews mailing list