Index: Source/WebCore/inspector/InspectorInstrumentation.h |
=================================================================== |
--- Source/WebCore/inspector/InspectorInstrumentation.h (revision 108453) |
+++ Source/WebCore/inspector/InspectorInstrumentation.h (working copy) |
@@ -365,7 +365,7 @@ |
#endif |
static bool collectingHTMLParseErrors(InstrumentingAgents*); |
- static void pauseOnNativeEventIfNeeded(InstrumentingAgents*, const String& categoryType, const String& eventName, bool synchronous); |
+ static void pauseOnNativeEventIfNeeded(InstrumentingAgents*, bool isDOMEvent, const String& eventName, bool synchronous); |
static void cancelPauseOnNativeEvent(InstrumentingAgents*); |
static InspectorTimelineAgent* retrieveTimelineAgent(const InspectorInstrumentationCookie&); |