summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/CSSImportRule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/CSSImportRule.h')
-rw-r--r--Userland/Libraries/LibWeb/CSS/CSSImportRule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/CSSImportRule.h b/Userland/Libraries/LibWeb/CSS/CSSImportRule.h
index 1c6e37a55c..37c219005e 100644
--- a/Userland/Libraries/LibWeb/CSS/CSSImportRule.h
+++ b/Userland/Libraries/LibWeb/CSS/CSSImportRule.h
@@ -26,7 +26,7 @@ public:
return adopt_ref(*new CSSImportRule(move(url), document));
}
- ~CSSImportRule();
+ ~CSSImportRule() = default;
const AK::URL& url() const { return m_url; }