RESOLVED FIXED 116784
Move Node::dispatchSimulatedClick() to Element.
https://bugs.webkit.org/show_bug.cgi?id=116784
Summary Move Node::dispatchSimulatedClick() to Element.
Andreas Kling
Reported 2013-05-26 06:21:09 PDT
Move Node::dispatchSimulatedClick() to Element.
Attachments
Patch (8.67 KB, patch)
2013-05-26 06:22 PDT, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2013-05-26 06:22:13 PDT
Antti Koivisto
Comment 2 2013-05-26 06:25:32 PDT
Comment on attachment 202917 [details] Patch 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?
Andreas Kling
Comment 3 2013-05-26 06:32:54 PDT
Note You need to log in before you can comment on or make changes to this bug.