Bug 120393

Summary: Make descendant iterators always require ContainerNode root
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: darin, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

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.