| Index: Source/core/inspector/AsyncCallStackTracker.h
|
| diff --git a/Source/core/inspector/AsyncCallStackTracker.h b/Source/core/inspector/AsyncCallStackTracker.h
|
| index cf9e677cabc776f513eeba87fb2890245ff84aa5..fa9c12e28fe3ff9abb44ec444f8b0616790fe420 100644
|
| --- a/Source/core/inspector/AsyncCallStackTracker.h
|
| +++ b/Source/core/inspector/AsyncCallStackTracker.h
|
| @@ -87,11 +87,7 @@ public:
|
| 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);
|
|
|