| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 22abf5911edb590645253eac55e88bbb6f619d53..a85db2306d15189bfbc623c8681daa464f8890d1 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -90,8 +90,6 @@ public:
|
| // Called by InspectorInstrumentation.
|
| bool isPaused();
|
| PassRefPtrWillBeRawPtr<ScriptAsyncCallStack> currentAsyncStackTraceForConsole();
|
| - void didFireTimer();
|
| - void didHandleEvent();
|
| void scriptExecutionBlockedByCSP(const String& directiveText);
|
| void willExecuteScript(int scriptId);
|
| void didExecuteScript();
|
|
|