| Index: Source/core/inspector/InjectedScript.cpp
|
| diff --git a/Source/core/inspector/InjectedScript.cpp b/Source/core/inspector/InjectedScript.cpp
|
| index 3f8b63c87dc6a5cfd3b1c4c527d2a0901b633041..507988c1954296f6253853cf4e5a614001fbf650 100644
|
| --- a/Source/core/inspector/InjectedScript.cpp
|
| +++ b/Source/core/inspector/InjectedScript.cpp
|
| @@ -221,7 +221,7 @@ Node* InjectedScript::nodeForObjectId(const String& objectId)
|
| ScriptValue resultValue = callFunctionWithEvalEnabled(function, hadException);
|
| ASSERT(!hadException);
|
|
|
| - return InjectedScriptHost::scriptValueAsNode(resultValue);
|
| + return InjectedScriptHost::scriptValueAsNode(scriptState(), resultValue);
|
| }
|
|
|
| void InjectedScript::releaseObject(const String& objectId)
|
|
|