Index: Source/core/inspector/InspectorConsoleAgent.h |
diff --git a/Source/core/inspector/InspectorConsoleAgent.h b/Source/core/inspector/InspectorConsoleAgent.h |
index 5225611732d97232866c3c3f175e19fb0e9a7b5f..6bcfad433fa32216290c729c877c727488f7b0fc 100644 |
--- a/Source/core/inspector/InspectorConsoleAgent.h |
+++ b/Source/core/inspector/InspectorConsoleAgent.h |
@@ -42,7 +42,7 @@ namespace WebCore { |
class ConsoleMessage; |
class DocumentLoader; |
-class DOMWindow; |
+class LocalDOMWindow; |
class LocalFrame; |
class InspectorFrontend; |
class InjectedScriptManager; |
@@ -91,7 +91,7 @@ public: |
void consoleCount(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>); |
- void frameWindowDiscarded(DOMWindow*); |
+ void frameWindowDiscarded(LocalDOMWindow*); |
void didCommitLoad(LocalFrame*, DocumentLoader*); |
void didFinishXHRLoading(XMLHttpRequest*, ThreadableLoaderClient*, unsigned long requestIdentifier, ScriptString, const AtomicString& method, const String& url, const String& sendURL, unsigned sendLineNumber); |