| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 9357b2faad03173689ed45672d78a2e809c1522f..8071de6db68393acacc5fd1bd5dc3ac69a5a03db 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -150,7 +150,7 @@ public:
|
| bool willFireAnimationFrame(Document*, int callbackId);
|
| void didFireAnimationFrame();
|
| void didEnqueueEvent(EventTarget*, Event*);
|
| - void didDispatchEvent(EventTarget*, Event*);
|
| + void didRemoveEvent(EventTarget*, Event*);
|
| void willHandleEvent(EventTarget*, Event*, EventListener*, bool useCapture);
|
| void didHandleEvent();
|
| void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&, bool async, FormData* body, const HTTPHeaderMap& headers, bool includeCrendentials);
|
|
|