[Webkit-unassigned] [Bug 120315] REGRESSION (r154581): Some plugin tests failing in debug bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 26 10:13:18 PDT 2013


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #209659|review?                     |review+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2013-08-26 10:12:43 PST ---
(From update of attachment 209659)
The iterator is doing it wrong. The DOM modification assertion should not be in the iterator's destructor. Instead it should be in the iterator dereference operator. We don’t want to require people to carefully scope iterators just to time the assertion properly, and we don’t want to wait to catch the problem until long after it happened, either. The hash table iterators had the same consideration, and that's what we came up with.

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