[Webkit-unassigned] [Bug 88580] RenderObject should not know about first-line element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 20 08:25:21 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88580





--- Comment #8 from Eric Seidel <eric at webkit.org>  2012-06-20 08:25:20 PST ---
(From update of attachment 146408)
View in context: https://bugs.webkit.org/attachment.cgi?id=146408&action=review

> Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapper.mm:690
> +        RenderBoxModelObject* boxModelObject = renderer->isText() ? toRenderBoxModelObject(renderer->parent()) : toRenderBoxModelObject(renderer);

Isn't there a boxModelObject() function on a renderer which does this?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list