Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index 38fbf2bfa73e78a13b270e395f7e9fc9207a9f72..22abf5911edb590645253eac55e88bbb6f619d53 100644 |
--- a/Source/core/inspector/InspectorDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDebuggerAgent.h |
@@ -93,10 +93,8 @@ public: |
void didFireTimer(); |
void didHandleEvent(); |
void scriptExecutionBlockedByCSP(const String& directiveText); |
- void willCallFunction(const DevToolsFunctionInfo&); |
- void didCallFunction(); |
- void willEvaluateScript(); |
- void didEvaluateScript(); |
+ void willExecuteScript(int scriptId); |
+ void didExecuteScript(); |
// InspectorBaseAgent overrides. |
void init() override; |