summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CMakeLists.txt
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2022-02-11 12:37:22 +0000
committerAndreas Kling <kling@serenityos.org>2022-02-11 21:38:27 +0100
commit784c3183f734f45672ec7ebc43d285f81a40e1a0 (patch)
tree6360405e396fa39bbf8a7022edb3af6141d1df57 /Userland/Libraries/LibWeb/CMakeLists.txt
parent326a5a82ebef1146def6e04f1930ef8c054a59bf (diff)
downloadserenity-784c3183f734f45672ec7ebc43d285f81a40e1a0.zip
LibWeb: Rename SVGPathBox -> SVGGeometryBox
This fits better since it's now used by all SVGGeometryElements.
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 8b5c86c294..8c87504305 100644
--- a/Userland/Libraries/LibWeb/CMakeLists.txt
+++ b/Userland/Libraries/LibWeb/CMakeLists.txt
@@ -235,8 +235,8 @@ set(SOURCES
Layout/ReplacedBox.cpp
Layout/SVGBox.cpp
Layout/SVGFormattingContext.cpp
+ Layout/SVGGeometryBox.cpp
Layout/SVGGraphicsBox.cpp
- Layout/SVGPathBox.cpp
Layout/SVGSVGBox.cpp
Layout/TableBox.cpp
Layout/TableCellBox.cpp