mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
Everywhere: Convert from_string_view -> from_string_literal where static
This commit is contained in:
committed by
Sam Atkins
parent
37e0f7b381
commit
229b64a4b7
@@ -59,7 +59,7 @@ ErrorOr<NonnullRefPtr<Resource>> ResourceImplementation::load_from_uri(StringVie
|
||||
}
|
||||
|
||||
dbgln("ResourceImplementation: Unknown scheme for {}", uri);
|
||||
return Error::from_string_view("Invalid scheme"sv);
|
||||
return Error::from_string_literal("Invalid scheme");
|
||||
}
|
||||
|
||||
Vector<String> ResourceImplementation::child_names(Resource const& resource)
|
||||
|
||||
Reference in New Issue
Block a user