Index: Source/core/inspector/InspectorDebuggerAgent.h |
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h |
index 37e9705a8d78bca536bec3f60cb816bba462a8f6..fbae2a659b9394f534750c8d0f393f5ebebd5270 100644 |
--- a/Source/core/inspector/InspectorDebuggerAgent.h |
+++ b/Source/core/inspector/InspectorDebuggerAgent.h |
@@ -229,7 +229,7 @@ private: |
void changeJavaScriptRecursionLevel(int step); |
- void didParseSource(const String& scriptId, const Script&, CompileResult) final; |
+ void didParseSource(const ParsedScript&) final; |
bool v8AsyncTaskEventsEnabled() const final; |
void didReceiveV8AsyncTaskEvent(ScriptState*, const String& eventType, const String& eventName, int id) final; |
bool v8PromiseEventsEnabled() const final; |