Bug 1455052 part 1. Switch event dispatch to working with Event, not nsIDOMEvent. r=masayuki

MozReview-Commit-ID: 4vZgmBnTWKH
This commit is contained in:
Boris Zbarsky
2018-04-20 12:53:16 -04:00
parent e7a68d973f
commit 9ef6cc82d8
7 changed files with 26 additions and 30 deletions

View File

@@ -8100,7 +8100,7 @@ PresShell::HandleDOMEventWithTarget(nsIContent* aTargetContent,
// See the method above.
nsresult
PresShell::HandleDOMEventWithTarget(nsIContent* aTargetContent,
nsIDOMEvent* aEvent,
Event* aEvent,
nsEventStatus* aStatus)
{
nsresult rv = NS_OK;