Index: Source/core/inspector/PageRuntimeAgent.h |
diff --git a/Source/core/inspector/PageRuntimeAgent.h b/Source/core/inspector/PageRuntimeAgent.h |
index 06d3a0fb473532322e70a36b4904f454bff43a8f..5e41bba1c64f1d30d74724d3a57bceda3b9a4c80 100644 |
--- a/Source/core/inspector/PageRuntimeAgent.h |
+++ b/Source/core/inspector/PageRuntimeAgent.h |
@@ -53,7 +53,7 @@ public: |
void didClearDocumentOfWindowObject(LocalFrame*); |
void didCreateIsolatedContext(LocalFrame*, ScriptState*, SecurityOrigin*); |
- void frameWindowDiscarded(DOMWindow*); |
+ void frameWindowDiscarded(LocalDOMWindow*); |
private: |
PageRuntimeAgent(InjectedScriptManager*, ScriptDebugServer*, Page*, InspectorPageAgent*); |