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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 24 23:50:00 PDT 2013


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





--- Comment #7 from Darin Adler <darin at apple.com>  2013-08-24 23:49:25 PST ---
(In reply to comment #6)
> Yeah. I think we should assert that there are no tree mutations during iteration. Not just in the current subtree, in the entire tree.

Should probably go further and also assert that no DOM events were dispatched. An event handler could have mutated the tree; just because it didn’t actually happen does not mean the code is OK.

-- 
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