Index: Source/WebCore/inspector/InspectorInstrumentation.cpp |
=================================================================== |
--- Source/WebCore/inspector/InspectorInstrumentation.cpp (revision 108470) |
+++ Source/WebCore/inspector/InspectorInstrumentation.cpp (working copy) |
@@ -306,7 +306,7 @@ |
InspectorInstrumentationCookie InspectorInstrumentation::willDispatchEventOnWindowImpl(InstrumentingAgents* instrumentingAgents, const Event& event, DOMWindow* window) |
{ |
- pauseOnNativeEventIfNeeded(instrumentingAgents, listenerEventCategoryType, event.type(), false); |
+ pauseOnNativeEventIfNeeded(instrumentingAgents, true, event.type(), false); |
int timelineAgentId = 0; |
InspectorTimelineAgent* timelineAgent = instrumentingAgents->inspectorTimelineAgent(); |