| Index: Source/core/inspector/ScriptArguments.cpp
|
| diff --git a/Source/core/inspector/ScriptArguments.cpp b/Source/core/inspector/ScriptArguments.cpp
|
| index 175f4eb122323d73b815cbb4ca3d6570d7b6ad1e..6c5ac58f57e411cb76f26df042c418a881d91d1e 100644
|
| --- a/Source/core/inspector/ScriptArguments.cpp
|
| +++ b/Source/core/inspector/ScriptArguments.cpp
|
| @@ -77,7 +77,7 @@ bool ScriptArguments::getFirstArgumentAsString(String& result, bool checkForNull
|
| return false;
|
| }
|
|
|
| - result = value.toString(globalState());
|
| + result = value.toString();
|
| return true;
|
| }
|
|
|
|
|