[webkit-reviews] review granted: [Bug 123149] Fix some more code to use RenderElement instead of RenderObject. : [Attachment 214837] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 22 05:37:33 PDT 2013


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 123149: Fix some more code to use RenderElement instead of RenderObject.
https://bugs.webkit.org/show_bug.cgi?id=123149

Attachment 214837: Patch
https://bugs.webkit.org/attachment.cgi?id=214837&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
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


More information about the webkit-reviews mailing list