mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-17 21:49:42 +00:00
LibWeb/CSS: Replace resolve_percentage_deprecated() with undeprecated
This commit is contained in:
parent
0dba531772
commit
995b7eb7b4
Notes:
github-actions[bot]
2025-09-24 15:36:24 +00:00
Author: https://github.com/AtkinsSJ
Commit: 995b7eb7b4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6290
Reviewed-by: https://github.com/tcl3 ✅
6 changed files with 4 additions and 13 deletions
|
@ -106,7 +106,7 @@ NonnullRefPtr<StyleValue const> NumberOrCalculated::create_style_value() const
|
|||
|
||||
Optional<Percentage> PercentageOrCalculated::resolve_calculated(NonnullRefPtr<CalculatedStyleValue const> const& calculated, CalculationResolutionContext const& context) const
|
||||
{
|
||||
return calculated->resolve_percentage_deprecated(context);
|
||||
return calculated->resolve_percentage(context);
|
||||
}
|
||||
|
||||
NonnullRefPtr<StyleValue const> PercentageOrCalculated::create_style_value() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue