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+
Antti Koivisto
Comment 1 2013-08-28 11:14:37 PDT
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
Note You need to log in before you can comment on or make changes to this bug.