summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/CSSRuleList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/CSSRuleList.h')
-rw-r--r--Userland/Libraries/LibWeb/CSS/CSSRuleList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/CSSRuleList.h b/Userland/Libraries/LibWeb/CSS/CSSRuleList.h
index 1e88a87c9b..65d8e86693 100644
--- a/Userland/Libraries/LibWeb/CSS/CSSRuleList.h
+++ b/Userland/Libraries/LibWeb/CSS/CSSRuleList.h
@@ -27,7 +27,7 @@ public:
{
return adopt_ref(*new CSSRuleList(move(rules)));
}
- ~CSSRuleList();
+ ~CSSRuleList() = default;
RefPtr<CSSRule> item(size_t index) const
{