| Index: Source/core/inspector/InjectedScriptManager.h
|
| diff --git a/Source/core/inspector/InjectedScriptManager.h b/Source/core/inspector/InjectedScriptManager.h
|
| index fcf367e1a9598ad6240c7cd1f8e3d67a97a733c4..99b42eac63e7b3dd4f9c3e18f0d1ea134dfba0e2 100644
|
| --- a/Source/core/inspector/InjectedScriptManager.h
|
| +++ b/Source/core/inspector/InjectedScriptManager.h
|
| @@ -38,7 +38,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class DOMWindow;
|
| +class LocalDOMWindow;
|
| class InjectedScript;
|
| class InjectedScriptHost;
|
| class ScriptValue;
|
| @@ -59,7 +59,7 @@ public:
|
| int injectedScriptIdFor(ScriptState*);
|
| InjectedScript injectedScriptForObjectId(const String& objectId);
|
| void discardInjectedScripts();
|
| - void discardInjectedScriptsFor(DOMWindow*);
|
| + void discardInjectedScriptsFor(LocalDOMWindow*);
|
| void releaseObjectGroup(const String& objectGroup);
|
|
|
| typedef bool (*InspectedStateAccessCheck)(ScriptState*);
|
|
|