Bug 138085

Summary: Move some RenderObject member functions to RenderElement.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kling, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch cdumez: review+

Description Andreas Kling 2014-10-26 13:43:15 PDT
Minor cleanup patch coming.
Comment 1 Andreas Kling 2014-10-26 13:43:40 PDT
Created attachment 240468 [details]
Patch
Comment 2 WebKit Commit Bot 2014-10-26 13:45:27 PDT
Attachment 240468 [details] did not pass style-queue:


ERROR: Source/WebCore/rendering/RenderElement.cpp:903:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
ERROR: Source/WebCore/rendering/RenderElement.h:221:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
ERROR: Source/WebCore/ChangeLog:16:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 3 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Chris Dumez 2014-10-26 14:57:23 PDT
Comment on attachment 240468 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=240468&action=review

r=me

> Source/WebCore/ChangeLog:16
> +        No new tests (OOPS!).

OOPS
Comment 4 Andreas Kling 2014-10-26 15:24:56 PDT
Committed r175211: <http://trac.webkit.org/changeset/175211>