mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 02:42:10 +00:00
LibWeb/CSS: Return StringStyleValue from parse_string_value()
Callers already relied on this being true, so let's make it contractual.
This commit is contained in:
parent
c22a2d8f2b
commit
2516297c86
Notes:
github-actions[bot]
2024-10-02 15:38:11 +00:00
Author: https://github.com/AtkinsSJ
Commit: 2516297c86
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1599
2 changed files with 5 additions and 5 deletions
|
@ -256,7 +256,7 @@ private:
|
|||
RefPtr<CSSStyleValue> parse_counter_definitions_value(TokenStream<ComponentValue>&, AllowReversed, i32 default_value_if_not_reversed);
|
||||
RefPtr<CSSStyleValue> parse_rect_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_ratio_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_string_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StringStyleValue> parse_string_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_image_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<CSSStyleValue> parse_paint_value(TokenStream<ComponentValue>&);
|
||||
enum class PositionParsingMode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue