Summary: | [CTTE] RenderTableCol is never anonymous. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> | ||||||
Component: | Layout and Rendering | Assignee: | 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
Andreas Kling
2013-09-13 03:28:24 PDT
Created attachment 211529 [details]
Patch
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. Created attachment 211532 [details]
Patch
Comment on attachment 211532 [details] Patch Clearing flags on attachment: 211532 Committed r155685: <http://trac.webkit.org/changeset/155685> All reviewed patches have been landed. Closing bug. |