summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/FrameBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/FrameBox.cpp')
-rw-r--r--Userland/Libraries/LibWeb/Layout/FrameBox.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/FrameBox.cpp b/Userland/Libraries/LibWeb/Layout/FrameBox.cpp
index 296c84bf9f..73d47dc022 100644
--- a/Userland/Libraries/LibWeb/Layout/FrameBox.cpp
+++ b/Userland/Libraries/LibWeb/Layout/FrameBox.cpp
@@ -17,9 +17,7 @@ FrameBox::FrameBox(DOM::Document& document, DOM::Element& element, NonnullRefPtr
{
}
-FrameBox::~FrameBox()
-{
-}
+FrameBox::~FrameBox() = default;
void FrameBox::prepare_for_replaced_layout()
{