WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
120430
Add child and descendant const iterators
https://bugs.webkit.org/show_bug.cgi?id=120430
Summary
Add child and descendant const iterators
Antti Koivisto
Reported
2013-08-28 11:09:52 PDT
For const-correct DOM tree traversal.
Attachments
patch
(22.36 KB, patch)
2013-08-28 11:14 PDT
,
Antti Koivisto
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Antti Koivisto
Comment 1
2013-08-28 11:14:37 PDT
Created
attachment 209908
[details]
patch
Andreas Kling
Comment 2
2013-08-28 11:18:12 PDT
Comment on
attachment 209908
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=209908&action=review
> Source/WebCore/dom/Node.cpp:2396 > + if (!isContainerNode()) > + return 0;
Why is this even in Node to begin with?
Antti Koivisto
Comment 3
2013-08-28 12:43:19 PDT
https://trac.webkit.org/r154769
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