| Index: Source/core/inspector/InjectedScript.h
|
| diff --git a/Source/core/inspector/InjectedScript.h b/Source/core/inspector/InjectedScript.h
|
| index 16ea58f2bb9c296b0f494c36668ca24d8864dde4..6fc214c08f40fc6e9dc6b48173fca634406505ee 100644
|
| --- a/Source/core/inspector/InjectedScript.h
|
| +++ b/Source/core/inspector/InjectedScript.h
|
| @@ -32,7 +32,7 @@
|
| #define InjectedScript_h
|
|
|
| #include "InspectorTypeBuilder.h"
|
| -#include "bindings/v8/ScriptObject.h"
|
| +#include "bindings/v8/ScriptValue.h"
|
| #include "core/inspector/InjectedScriptBase.h"
|
| #include "core/inspector/InjectedScriptManager.h"
|
| #include "core/inspector/ScriptArguments.h"
|
| @@ -103,7 +103,7 @@ public:
|
| private:
|
| friend class InjectedScriptModule;
|
| friend InjectedScript InjectedScriptManager::injectedScriptFor(ScriptState*);
|
| - InjectedScript(ScriptObject, InspectedStateAccessCheck);
|
| + InjectedScript(ScriptValue, InspectedStateAccessCheck);
|
|
|
| ScriptValue nodeAsScriptValue(Node*);
|
| };
|
|
|