diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLDialogElement.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/HTML/HTMLDialogElement.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLDialogElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLDialogElement.cpp index 2464a66472..5885e8ef08 100644 --- a/Userland/Libraries/LibWeb/HTML/HTMLDialogElement.cpp +++ b/Userland/Libraries/LibWeb/HTML/HTMLDialogElement.cpp @@ -13,8 +13,5 @@ HTMLDialogElement::HTMLDialogElement(DOM::Document& document, DOM::QualifiedName { } -HTMLDialogElement::~HTMLDialogElement() -{ -} - +HTMLDialogElement::~HTMLDialogElement() = default; } |