| Index: Source/core/inspector/InjectedScriptManager.h
|
| diff --git a/Source/core/inspector/InjectedScriptManager.h b/Source/core/inspector/InjectedScriptManager.h
|
| index dd63488053374a250a7e1e7456d373960c1aff4d..a18c71e15d9e4e02aa950831980aa7c6cf924b7f 100644
|
| --- a/Source/core/inspector/InjectedScriptManager.h
|
| +++ b/Source/core/inspector/InjectedScriptManager.h
|
| @@ -40,7 +40,7 @@ namespace WebCore {
|
| class DOMWindow;
|
| class InjectedScript;
|
| class InjectedScriptHost;
|
| -class ScriptObject;
|
| +class ScriptValue;
|
|
|
| class InjectedScriptManager {
|
| WTF_MAKE_NONCOPYABLE(InjectedScriptManager); WTF_MAKE_FAST_ALLOCATED;
|
| @@ -70,7 +70,7 @@ private:
|
| explicit InjectedScriptManager(InspectedStateAccessCheck);
|
|
|
| String injectedScriptSource();
|
| - ScriptObject createInjectedScript(const String& source, ScriptState*, int id);
|
| + ScriptValue createInjectedScript(const String& source, ScriptState*, int id);
|
|
|
| static bool canAccessInspectedWindow(ScriptState*);
|
| static bool canAccessInspectedWorkerGlobalScope(ScriptState*);
|
|
|