[webkit-reviews] review granted: [Bug 116784] Move Node::dispatchSimulatedClick() to Element. : [Attachment 202917] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 26 06:27:01 PDT 2013


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 116784: Move Node::dispatchSimulatedClick() to Element.
https://bugs.webkit.org/show_bug.cgi?id=116784

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=202917&action=review


> Source/WebCore/dom/EventDispatcher.cpp:85
> +    if (!gElementsDispatchingSimulatedClicks)
> +	   gElementsDispatchingSimulatedClicks = new HashSet<Element*>;

How about switching to the appropriate WebKit pattern for this?


More information about the webkit-reviews mailing list