[webkit-reviews] review granted: [Bug 120393] Make descendant iterators always require ContainerNode root : [Attachment 209851] patch

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


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 120393: Make descendant iterators always require ContainerNode root
https://bugs.webkit.org/show_bug.cgi?id=120393

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

------- Additional Comments from Andreas Kling <akling at apple.com>
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);


More information about the webkit-reviews mailing list