LibWeb+LibGfx: Move UnicodeRange from LibWeb to LibGfx

In upcoming changes UnicodeRange is going to be used in LibGfx in
a class that represents font cascade list.
This commit is contained in:
Aliaksandr Kalenik 2023-12-09 23:30:01 +01:00 committed by Andreas Kling
commit f50bf00814
Notes: sideshowbarker 2024-07-17 21:26:19 +09:00
8 changed files with 20 additions and 22 deletions

View file

@ -186,7 +186,6 @@ class TimeStyleValue;
class Transformation;
class TransformationStyleValue;
class URLStyleValue;
class UnicodeRange;
class UnresolvedStyleValue;
class UnsetStyleValue;
class VisualViewport;