[Webkit-unassigned] [Bug 120248] Element child and descendant iterators

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 24 14:49:27 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120248





--- Comment #5 from Andreas Kling <akling at apple.com>  2013-08-24 14:48:53 PST ---
(From update of attachment 209551)
View in context: https://bugs.webkit.org/attachment.cgi?id=209551&action=review

> Source/WebCore/dom/ElementTraversal.h:107
> +    bool operator!=(const ElementDescendantIterator& other) const { return m_current != other.m_current; }

This method could assert that both iterators have the same root.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list