[webkit-reviews] review granted: [Bug 120358] Specialize DescendantIteratorAdapter for ContainerNodes : [Attachment 209764] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 27 06:58:37 PDT 2013


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 120358: Specialize DescendantIteratorAdapter for ContainerNodes
https://bugs.webkit.org/show_bug.cgi?id=120358

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=209764&action=review


r=me I guess.

> Source/WebCore/dom/ContainerNode.h:150
> +    bool isContainerNode() WTF_DELETED_FUNCTION;

Does this do the right thing? Node::isContainerNode() is a const function.


More information about the webkit-reviews mailing list