summaryrefslogtreecommitdiff
path: root/AK/JsonParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/JsonParser.h')
-rw-r--r--AK/JsonParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/JsonParser.h b/AK/JsonParser.h
index 4d4ed19694..475903f76b 100644
--- a/AK/JsonParser.h
+++ b/AK/JsonParser.h
@@ -13,7 +13,7 @@ namespace AK {
class JsonParser : private GenericLexer {
public:
- explicit JsonParser(const StringView& input)
+ explicit JsonParser(StringView input)
: GenericLexer(input)
{
}