Bug 1461708 - part 6: Make EditorEventListener::MouseClick() use...
Bug 1461708 - part 6: Make EditorEventListener::MouseClick() use WidgetMouseEvent instead of dom::MouseEvent r=m_kato The event argument of only EditorEventListener::MouseClick() can be replaced with WidgetMouseEvent simply. So, for avoiding unnecessary RefPtr in EditorEventListener::HandleEvent(), we should fix this now. Differential Revision: https://phabricator.services.mozilla.com/D7853 --HG-- extra : moz-landing-system : lando
Please register or sign in to comment