| Index: Source/core/inspector/ScriptArguments.h
|
| diff --git a/Source/core/inspector/ScriptArguments.h b/Source/core/inspector/ScriptArguments.h
|
| index 39c1af0bee6add80d059e97cb451da32cefb3661..f3488fb823799795fe18ee78cda84052218a740c 100644
|
| --- a/Source/core/inspector/ScriptArguments.h
|
| +++ b/Source/core/inspector/ScriptArguments.h
|
| @@ -51,7 +51,7 @@ public:
|
|
|
| ScriptState* scriptState() const { return m_scriptState.get(); }
|
|
|
| - bool getFirstArgumentAsString(WTF::String& result, bool checkForNullOrUndefined = false);
|
| + bool getFirstArgumentAsString(String&) const;
|
|
|
| void trace(Visitor*) { }
|
|
|
|
|