1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:27:34 +00:00

LibWeb: Change name of GridTrackSizeListStyleValue

Change the name of GridTrackSizeStyleValue to
GridTrackSizeListStyleValue which is more accurate.
This commit is contained in:
martinfalisse 2023-04-29 17:59:07 +02:00 committed by Andreas Kling
parent 5236819f58
commit bebf4363db
11 changed files with 55 additions and 55 deletions

View file

@ -105,7 +105,7 @@ class GridTrackPlacement;
class GridTrackPlacementShorthandStyleValue;
class GridTrackPlacementStyleValue;
class GridTrackSizeList;
class GridTrackSizeStyleValue;
class GridTrackSizeListStyleValue;
class IdentifierStyleValue;
class ImageStyleValue;
class InheritStyleValue;