[webkit-reviews] review granted: [Bug 121285] [CTTE] RenderListItem is never anonymous. : [Attachment 211528] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 13 03:57:26 PDT 2013


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

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=211528&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