Index: Source/core/inspector/InjectedScriptManager.h |
diff --git a/Source/core/inspector/InjectedScriptManager.h b/Source/core/inspector/InjectedScriptManager.h |
index 289613a5dbfdb75e063fa28b9780d85da15a3a31..a37b2e7a17386a454d7f77a5aca687e4179941aa 100644 |
--- a/Source/core/inspector/InjectedScriptManager.h |
+++ b/Source/core/inspector/InjectedScriptManager.h |
@@ -67,7 +67,7 @@ public: |
int injectedScriptIdFor(ScriptState*); |
InjectedScript injectedScriptForObjectId(const String& objectId); |
void discardInjectedScripts(); |
- void discardInjectedScriptsFor(LocalDOMWindow*); |
+ void discardInjectedScriptFor(ScriptState*); |
void releaseObjectGroup(const String& objectGroup); |
typedef bool (*InspectedStateAccessCheck)(ScriptState*); |