| Index: Source/core/inspector/AsyncCallStackTracker.h
|
| ===================================================================
|
| --- Source/core/inspector/AsyncCallStackTracker.h (revision 175041)
|
| +++ Source/core/inspector/AsyncCallStackTracker.h (working copy)
|
| @@ -88,11 +88,7 @@
|
| void didCancelAnimationFrame(ExecutionContext*, int callbackId);
|
| void willFireAnimationFrame(ExecutionContext*, int callbackId);
|
|
|
| - void didAddEventListener(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture, const ScriptValue& callFrames);
|
| - void didRemoveEventListener(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture);
|
| - void didRemoveAllEventListeners(EventTarget*);
|
| void willHandleEvent(EventTarget*, const AtomicString& eventType, EventListener*, bool useCapture);
|
| -
|
| void willLoadXHR(XMLHttpRequest*, const ScriptValue& callFrames);
|
|
|
| void didEnqueueMutationRecord(ExecutionContext*, MutationObserver*, const ScriptValue& callFrames);
|
|
|