[webkit-reviews] review granted: [Bug 117031] Fix double hash lookup in DocumentEventQueue::cancelEvent(). : [Attachment 203358] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 30 08:41:05 PDT 2013


Anders Carlsson <andersca at apple.com> has granted Andreas Kling
<akling at apple.com>'s request for review:
Bug 117031: Fix double hash lookup in DocumentEventQueue::cancelEvent().
https://bugs.webkit.org/show_bug.cgi?id=117031

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=203358&action=review


> Source/WebCore/dom/DocumentEventQueue.cpp:103
> +    m_queuedEvents.remove(it);

You only want to remove it if it's found.


More information about the webkit-reviews mailing list