| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 3268e52a62a7f77d74b5e0ec573db9ef2edacf1d..6fa06dfe71c60368e07697a51006706b2e956602 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -164,7 +164,7 @@ interface InspectorInstrumentation {
|
| void didEnqueueEvent([Keep] EventTarget*, Event*);
|
|
|
| [Debugger, Inline=FastReturn]
|
| - void didDispatchEvent([Keep] EventTarget*, Event*);
|
| + void didRemoveEvent([Keep] EventTarget*, Event*);
|
|
|
| [Debugger, DOMDebugger, Inline=FastReturn]
|
| InspectorInstrumentationCookie willHandleEvent([Keep] EventTarget*, Event*, EventListener* listener, bool useCapture);
|
|
|