Bug 121286

Summary: [CTTE] RenderTableCol is never anonymous.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kangil.han, kling, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
koivisto: review+
Patch none

Andreas Kling
Reported 2013-09-13 03:28:24 PDT
[CTTE] RenderTableCol is never anonymous.
Attachments
Patch (5.60 KB, patch)
2013-09-13 03:28 PDT, Andreas Kling
koivisto: review+
Patch (3.66 KB, patch)
2013-09-13 03:56 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2013-09-13 03:28:42 PDT
Antti Koivisto
Comment 2 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.
Andreas Kling
Comment 3 2013-09-13 03:56:53 PDT
Andreas Kling
Comment 4 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>
Andreas Kling
Comment 5 2013-09-13 04:15:40 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.