Bug 121285 - [CTTE] RenderListItem is never anonymous.
Summary: [CTTE] RenderListItem is never anonymous.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-13 03:16 PDT by Andreas Kling
Modified: 2013-09-13 04:14 PDT (History)
6 users (show)

See Also:


Attachments
Patch (5.60 KB, patch)
2013-09-13 03:25 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-09-13 03:16:11 PDT
[CTTE] RenderListItem is never anonymous.
Comment 1 Andreas Kling 2013-09-13 03:25:58 PDT
Created attachment 211528 [details]
Patch
Comment 2 Antti Koivisto 2013-09-13 03:56:38 PDT
Comment on attachment 211528 [details]
Patch

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.
Comment 3 Andreas Kling 2013-09-13 04:14:16 PDT
Committed r155684: <http://trac.webkit.org/changeset/155684>