| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index c42e5b958c0ca59c5ee41a113714b343c5c74fa0..731f6bd156d6271d59a3d7f436755b1619ae6c39 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -148,9 +148,6 @@ public:
|
| void didCancelAnimationFrame(Document*, int callbackId);
|
| bool willFireAnimationFrame(Document*, int callbackId);
|
| void didFireAnimationFrame();
|
| - void didAddEventListener(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture);
|
| - void didRemoveEventListener(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture);
|
| - void didRemoveAllEventListeners(EventTarget*);
|
| void willHandleEvent(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture);
|
| void didHandleEvent();
|
| void willLoadXHR(XMLHttpRequest*, ThreadableLoaderClient*, const AtomicString& method, const KURL&, bool async, FormData* body, const HTTPHeaderMap& headers, bool includeCrendentials);
|
|
|