Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index 38fbf2bfa73e78a13b270e395f7e9fc9207a9f72..b7ddcaa3d866af2214d99e8f2086f2b0ea8e7d47 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 willCallFunction(int scriptId); |
void didCallFunction(); |
- void willEvaluateScript(); |
- void didEvaluateScript(); |
// InspectorBaseAgent overrides. |
void init() override; |