[webkit-reviews] review granted: [Bug 121286] [CTTE] RenderTableCol is never anonymous. : [Attachment 211529] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 13 03:56:06 PDT 2013


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 121286: [CTTE] RenderTableCol is never anonymous.
https://bugs.webkit.org/show_bug.cgi?id=121286

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=211529&action=review


> Source/WebCore/rendering/RenderListItem.cpp:104
> -    Element* listItemNode = listItem->element();
> +    Element& listItemNode = listItem->existingElement();

Could name local to *Element since you are here.


More information about the webkit-reviews mailing list