mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 08:48:57 +00:00
LibWeb/DOM: Stop including Element.h from AbstractElement.h
We only need the forward declaration here, and this will let us include AbstractElement from Element.
This commit is contained in:
parent
dfce9974b5
commit
498e143687
Notes:
github-actions[bot]
2025-06-19 11:37:26 +00:00
Author: https://github.com/AtkinsSJ
Commit: 498e143687
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5132
Reviewed-by: https://github.com/tcl3
7 changed files with 9 additions and 1 deletions
|
@ -185,6 +185,7 @@ class ConicGradientStyleValue;
|
|||
class ContentStyleValue;
|
||||
class CounterDefinitionsStyleValue;
|
||||
class CounterStyleValue;
|
||||
class CountersSet;
|
||||
class CSSAnimation;
|
||||
class CSSColorValue;
|
||||
class CSSConditionRule;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue