LibWeb/CSS: Parse url() functions with TokenStream

This commit is contained in:
Sam Atkins 2024-08-09 13:36:11 +01:00 committed by Andreas Kling
commit 29d7aa9fc9
Notes: github-actions[bot] 2024-08-10 08:38:56 +00:00
2 changed files with 21 additions and 23 deletions

View file

@ -261,7 +261,7 @@ private:
Optional<GridRepeat> parse_repeat(Vector<ComponentValue> const&);
Optional<ExplicitGridTrack> parse_track_sizing_function(ComponentValue const&);
Optional<URL::URL> parse_url_function(ComponentValue const&);
Optional<URL::URL> parse_url_function(TokenStream<ComponentValue>&);
RefPtr<StyleValue> parse_url_value(TokenStream<ComponentValue>&);
RefPtr<StyleValue> parse_basic_shape_value(TokenStream<ComponentValue>&);