mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
LibWeb: Don't include Layout/Node.h from DOM/Element.h
This required moving the CSS::StyleProperty destruct out of line.
This commit is contained in:
parent
e43027091d
commit
70db40c9b0
Notes:
sideshowbarker
2024-07-17 16:23:55 +09:00
Author: https://github.com/awesomekling
Commit: 70db40c9b0
Pull-request: https://github.com/SerenityOS/serenity/pull/18718
Reviewed-by: https://github.com/gmta ✅
25 changed files with 49 additions and 2 deletions
|
@ -163,6 +163,8 @@ class URLStyleValue;
|
|||
enum class MediaFeatureID;
|
||||
enum class PropertyID;
|
||||
enum class ValueID;
|
||||
|
||||
struct BackgroundLayerData;
|
||||
}
|
||||
|
||||
namespace Web::CSS::Parser {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue