RESOLVED FIXED 120393
Make descendant iterators always require ContainerNode root
https://bugs.webkit.org/show_bug.cgi?id=120393
Summary Make descendant iterators always require ContainerNode root
Antti Koivisto
Reported 2013-08-27 23:43:50 PDT
There is no reason to iterate over Node.
Attachments
patch (12.96 KB, patch)
2013-08-27 23:50 PDT, Antti Koivisto
kling: review+
Antti Koivisto
Comment 1 2013-08-27 23:50:32 PDT
Andreas Kling
Comment 2 2013-08-28 05:20:02 PDT
Comment on attachment 209851 [details] patch 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);
Antti Koivisto
Comment 3 2013-08-28 05:30:28 PDT
Note You need to log in before you can comment on or make changes to this bug.