[Webkit-unassigned] [Bug 120393] Make descendant iterators always require ContainerNode root

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 28 05:20:38 PDT 2013


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


Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #209851|review?                     |review+
               Flag|                            |




--- Comment #2 from Andreas Kling <akling at apple.com>  2013-08-28 05:20:02 PST ---
(From update of attachment 209851)
View in context: https://bugs.webkit.org/attachment.cgi?id=209851&action=review

r=me

> Source/WebCore/accessibility/AccessibilityNodeObject.cpp:416
> +    Element* canvasElement = toElement(node);

HTMLCanvasElement* canvasElement = toHTMLCanvasElement(node);

-- 
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