[webkit-reviews] review granted: [Bug 74096] Remove EventListenerMap destructor. : [Attachment 118404] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 10:06:21 PST 2011


Darin Adler <darin at apple.com> has granted Andreas Kling <kling at webkit.org>'s
request for review:
Bug 74096: Remove EventListenerMap destructor.
https://bugs.webkit.org/show_bug.cgi?id=74096

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

------- Additional Comments from Darin Adler <darin at apple.com>
I think the no iterator assert is pretty superfluous anyway. The hash map
iterators already do assertions like that and our iterator is built on hash map
iterators. We might want to double check that the hash map iterator checks are
thorough enough and remove this extra code for EventListenerIterator.


More information about the webkit-reviews mailing list