LibWeb: Rename NumericStyleValue -> NumberStyleValue

This is in preparation of splitting off a separate IntegerStyleValue.
This commit is contained in:
Sam Atkins 2023-06-01 16:16:15 +01:00 committed by Andreas Kling
commit ad8565011c
Notes: sideshowbarker 2024-07-17 06:38:11 +09:00
11 changed files with 69 additions and 69 deletions

View file

@ -130,7 +130,7 @@ class MediaQuery;
class MediaQueryList;
class MediaQueryListEvent;
class Number;
class NumericStyleValue;
class NumberStyleValue;
class OverflowStyleValue;
class Percentage;
class PercentageOrCalculated;