| Index: Source/core/inspector/InjectedScript.cpp
|
| diff --git a/Source/core/inspector/InjectedScript.cpp b/Source/core/inspector/InjectedScript.cpp
|
| index 3c9e690515316653b67bd7ec9295befda7a01f78..3f8b63c87dc6a5cfd3b1c4c527d2a0901b633041 100644
|
| --- a/Source/core/inspector/InjectedScript.cpp
|
| +++ b/Source/core/inspector/InjectedScript.cpp
|
| @@ -52,7 +52,7 @@ InjectedScript::InjectedScript()
|
| {
|
| }
|
|
|
| -InjectedScript::InjectedScript(ScriptObject injectedScriptObject, InspectedStateAccessCheck accessCheck)
|
| +InjectedScript::InjectedScript(ScriptValue injectedScriptObject, InspectedStateAccessCheck accessCheck)
|
| : InjectedScriptBase("InjectedScript", injectedScriptObject, accessCheck)
|
| {
|
| }
|
|
|