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