Bug 123149

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

Description Andreas Kling 2013-10-22 04:20:11 PDT
I have a patch tightening some parts of RenderElement.cpp
Comment 1 Andreas Kling 2013-10-22 04:20:43 PDT
Created attachment 214837 [details]
Patch
Comment 2 Antti Koivisto 2013-10-22 05:36:19 PDT
Comment on attachment 214837 [details]
Patch

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

> Source/WebCore/rendering/RenderElement.cpp:794
> +static inline bool rendererHasBackground(const RenderElement* renderer)
>  {
>      return renderer && renderer->hasBackground();
>  }

Reference
Comment 3 WebKit Commit Bot 2013-10-22 06:10:24 PDT
Comment on attachment 214837 [details]
Patch

Clearing flags on attachment: 214837

Committed r157788: <http://trac.webkit.org/changeset/157788>
Comment 4 WebKit Commit Bot 2013-10-22 06:10:26 PDT
All reviewed patches have been landed.  Closing bug.