summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-03-07 15:00:02 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-07 17:45:15 +0100
commit0af476266200a707770959173c9e7e2028235119 (patch)
treeaa37227e53dbf7daf7e4b940bbfe1278cdfa6d87 /Userland/Libraries/LibWeb/CMakeLists.txt
parent3532e1788f22d6db1a5c26d7fef28bd391c2f4a0 (diff)
downloadserenity-0af476266200a707770959173c9e7e2028235119.zip
LibWeb: Rename StyleRule => CSSStyleRule
This matches the CSSOM specification.
Diffstat (limited to 'Userland/Libraries/LibWeb/CMakeLists.txt')
-rw-r--r--Userland/Libraries/LibWeb/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/CMakeLists.txt b/Userland/Libraries/LibWeb/CMakeLists.txt
index a1aed67271..23d18de374 100644
--- a/Userland/Libraries/LibWeb/CMakeLists.txt
+++ b/Userland/Libraries/LibWeb/CMakeLists.txt
@@ -11,6 +11,7 @@ set(SOURCES
Bindings/Wrappable.cpp
CSS/CSSImportRule.cpp
CSS/CSSRule.cpp
+ CSS/CSSStyleRule.cpp
CSS/DefaultStyleSheetSource.cpp
CSS/Length.cpp
CSS/Parser/CSSParser.cpp
@@ -23,7 +24,6 @@ set(SOURCES
CSS/StyleInvalidator.cpp
CSS/StyleProperties.cpp
CSS/StyleResolver.cpp
- CSS/StyleRule.cpp
CSS/StyleSheet.cpp
CSS/StyleSheetList.cpp
CSS/StyleValue.cpp