diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/TableRowBox.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/TableRowBox.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/TableRowBox.cpp b/Userland/Libraries/LibWeb/Layout/TableRowBox.cpp index 310affae2b..20a207761e 100644 --- a/Userland/Libraries/LibWeb/Layout/TableRowBox.cpp +++ b/Userland/Libraries/LibWeb/Layout/TableRowBox.cpp @@ -19,8 +19,6 @@ TableRowBox::TableRowBox(DOM::Document& document, DOM::Element* element, CSS::Co { } -TableRowBox::~TableRowBox() -{ -} +TableRowBox::~TableRowBox() = default; } |