[webkit-reviews] review granted: [Bug 121845] Make hoverAncestor() a RenderElement concept. : [Attachment 212475] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 24 10:08:39 PDT 2013


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 121845: Make hoverAncestor() a RenderElement concept.
https://bugs.webkit.org/show_bug.cgi?id=121845

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=212475&action=review


> Source/WebCore/rendering/RenderElement.cpp:951
> +		   hoverAncestor =
toRenderElement(domAncestorNode->renderer());

I guess we really should make ContainerNode::renderer() return RenderElement.


More information about the webkit-reviews mailing list