summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.cpp')
-rw-r--r--Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.cpp
index af8391e3c5..db70fe4e33 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.cpp
+++ b/Userland/Libraries/LibWeb/HTML/HTMLHtmlElement.cpp
@@ -13,9 +13,7 @@ HTMLHtmlElement::HTMLHtmlElement(DOM::Document& document, DOM::QualifiedName qua
{
}
-HTMLHtmlElement::~HTMLHtmlElement()
-{
-}
+HTMLHtmlElement::~HTMLHtmlElement() = default;
bool HTMLHtmlElement::should_use_body_background_properties() const
{