diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-02-11 12:37:22 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-02-11 21:38:27 +0100 |
commit | 784c3183f734f45672ec7ebc43d285f81a40e1a0 (patch) | |
tree | 6360405e396fa39bbf8a7022edb3af6141d1df57 /Userland/Libraries/LibWeb/CMakeLists.txt | |
parent | 326a5a82ebef1146def6e04f1930ef8c054a59bf (diff) | |
download | serenity-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.txt | 2 |
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 |