| Index: Source/core/events/EventTarget.cpp
|
| diff --git a/Source/core/events/EventTarget.cpp b/Source/core/events/EventTarget.cpp
|
| index 3f1b07283c7ce7667810b795c23d42d9ec96b560..f045348dc67f36870acf7c21fd7e8244d48aa6a3 100644
|
| --- a/Source/core/events/EventTarget.cpp
|
| +++ b/Source/core/events/EventTarget.cpp
|
| @@ -329,7 +329,7 @@ void EventTarget::fireEventListeners(Event* event, EventTargetData* d, EventList
|
| if (!context)
|
| break;
|
|
|
| - InspectorInstrumentationCookie cookie = InspectorInstrumentation::willHandleEvent(this, event->type(), registeredListener.listener.get(), registeredListener.useCapture);
|
| + InspectorInstrumentationCookie cookie = InspectorInstrumentation::willHandleEvent(this, event, registeredListener.listener.get(), registeredListener.useCapture);
|
| // To match Mozilla, the AT_TARGET phase fires both capturing and bubbling
|
| // event listeners, even though that violates some versions of the DOM spec.
|
| registeredListener.listener->handleEvent(context, event);
|
|
|