WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antti Koivisto
Comment 1
2013-08-27 23:50:32 PDT
Created
attachment 209851
[details]
patch
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
https://trac.webkit.org/r154734
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug