[webkit-reviews] review granted: [Bug 74260] SnowLeopard crashes due to thread-unsafe EventListenerIterator ASSERTs : [Attachment 120333] Patch v2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 22 10:04:12 PST 2011
Darin Adler <darin at apple.com> has granted Andreas Kling <kling at webkit.org>'s
request for review:
Bug 74260: SnowLeopard crashes due to thread-unsafe EventListenerIterator
ASSERTs
https://bugs.webkit.org/show_bug.cgi?id=74260
Attachment 120333: Patch v2
https://bugs.webkit.org/attachment.cgi?id=120333&action=review
------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=120333&action=review
> Source/WebCore/dom/EventListenerMap.h:104
> +void EventListenerMap::assertNoActiveIterators() { }
You forgot the inline keyword here. That’s why the EFL builds are failing.
More information about the webkit-reviews
mailing list