mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
Everywhere: Pass AK::StringView by value
This commit is contained in:
@@ -191,7 +191,7 @@ static inline bool is_E(u32 code_point)
|
||||
|
||||
namespace Web::CSS {
|
||||
|
||||
Tokenizer::Tokenizer(const StringView& input, const String& encoding)
|
||||
Tokenizer::Tokenizer(StringView input, const String& encoding)
|
||||
{
|
||||
auto* decoder = TextCodec::decoder_for(encoding);
|
||||
VERIFY(decoder);
|
||||
|
||||
Reference in New Issue
Block a user