| Index: Source/core/inspector/InjectedScriptManager.cpp
|
| diff --git a/Source/core/inspector/InjectedScriptManager.cpp b/Source/core/inspector/InjectedScriptManager.cpp
|
| index 9c1a283702bfff53de2d73ad8e104dd34a8b6b05..b0f9189e474f60f27b9b28c440fb7c76cf10f1ea 100644
|
| --- a/Source/core/inspector/InjectedScriptManager.cpp
|
| +++ b/Source/core/inspector/InjectedScriptManager.cpp
|
| @@ -113,7 +113,7 @@ void InjectedScriptManager::discardInjectedScripts()
|
| m_scriptStateToId.clear();
|
| }
|
|
|
| -void InjectedScriptManager::discardInjectedScriptsFor(DOMWindow* window)
|
| +void InjectedScriptManager::discardInjectedScriptsFor(LocalDOMWindow* window)
|
| {
|
| if (m_scriptStateToId.isEmpty())
|
| return;
|
|
|