Bug 121286 - [CTTE] RenderTableCol is never anonymous.
Summary: [CTTE] RenderTableCol 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:28 PDT by Andreas Kling
Modified: 2013-09-13 04:15 PDT (History)
6 users (show)

See Also:


Attachments
Patch (5.60 KB, patch)
2013-09-13 03:28 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff
Patch (3.66 KB, patch)
2013-09-13 03:56 PDT, Andreas Kling
no flags 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:28:24 PDT
[CTTE] RenderTableCol is never anonymous.
Comment 1 Andreas Kling 2013-09-13 03:28:42 PDT
Created attachment 211529 [details]
Patch
Comment 2 Antti Koivisto 2013-09-13 03:55:18 PDT
Comment on attachment 211529 [details]
Patch

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.
Comment 3 Andreas Kling 2013-09-13 03:56:53 PDT
Created attachment 211532 [details]
Patch
Comment 4 Andreas Kling 2013-09-13 04:15:33 PDT
Comment on attachment 211532 [details]
Patch

Clearing flags on attachment: 211532

Committed r155685: <http://trac.webkit.org/changeset/155685>
Comment 5 Andreas Kling 2013-09-13 04:15:40 PDT
All reviewed patches have been landed.  Closing bug.