summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLScriptElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLScriptElement.h')
-rw-r--r--Libraries/LibWeb/HTML/HTMLScriptElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLScriptElement.h b/Libraries/LibWeb/HTML/HTMLScriptElement.h
index 85858e931c..830a510986 100644
--- a/Libraries/LibWeb/HTML/HTMLScriptElement.h
+++ b/Libraries/LibWeb/HTML/HTMLScriptElement.h
@@ -31,7 +31,7 @@
namespace Web::HTML {
-class HTMLScriptElement : public HTMLElement {
+class HTMLScriptElement final : public HTMLElement {
public:
using WrapperType = Bindings::HTMLScriptElementWrapper;