[webkit-reviews] review granted: [Bug 120430] Add child and descendant const iterators : [Attachment 209908] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 28 11:18:48 PDT 2013


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 120430: Add child and descendant const iterators
https://bugs.webkit.org/show_bug.cgi?id=120430

Attachment 209908: patch
https://bugs.webkit.org/attachment.cgi?id=209908&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
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?


More information about the webkit-reviews mailing list