@@ -30,7 +30,7 @@
namespace Web::HTML {
-class HTMLAnchorElement : public HTMLElement {
+class HTMLAnchorElement final : public HTMLElement {
public:
using WrapperType = Bindings::HTMLAnchorElementWrapper;
@@ -31,7 +31,7 @@
-class HTMLBlinkElement : public HTMLElement {
+class HTMLBlinkElement final : public HTMLElement {
HTMLBlinkElement(DOM::Document&, const FlyString& local_name);
virtual ~HTMLBlinkElement() override;
-class HTMLBodyElement : public HTMLElement {
+class HTMLBodyElement final : public HTMLElement {
using WrapperType = Bindings::HTMLBodyElementWrapper;
@@ -34,7 +34,7 @@ namespace Web::HTML {
class LayoutDocument;
-class HTMLCanvasElement : public HTMLElement {
+class HTMLCanvasElement final : public HTMLElement {
using WrapperType = Bindings::HTMLCanvasElementWrapper;
-class HTMLFontElement : public HTMLElement {
+class HTMLFontElement final : public HTMLElement {
HTMLFontElement(DOM::Document&, const FlyString& local_name);
virtual ~HTMLFontElement() override;
-class HTMLFormElement : public HTMLElement {
+class HTMLFormElement final : public HTMLElement {
using WrapperType = Bindings::HTMLFormElementWrapper;
-class HTMLHRElement : public HTMLElement {
+class HTMLHRElement final : public HTMLElement {
using WrapperType = Bindings::HTMLHRElementWrapper;
-class HTMLHeadElement : public HTMLElement {
+class HTMLHeadElement final : public HTMLElement {
using WrapperType = Bindings::HTMLHeadElementWrapper;
-class HTMLHeadingElement : public HTMLElement {
+class HTMLHeadingElement final : public HTMLElement {
using WrapperType = Bindings::HTMLHeadingElementWrapper;
-class HTMLHtmlElement : public HTMLElement {
+class HTMLHtmlElement final : public HTMLElement {
using WrapperType = Bindings::HTMLHtmlElementWrapper;
-class HTMLInputElement : public HTMLElement {
+class HTMLInputElement final : public HTMLElement {
using WrapperType = Bindings::HTMLInputElementWrapper;
-class HTMLScriptElement : public HTMLElement {
+class HTMLScriptElement final : public HTMLElement {
using WrapperType = Bindings::HTMLScriptElementWrapper;
-class HTMLStyleElement : public HTMLElement {
+class HTMLStyleElement final : public HTMLElement {
using WrapperType = Bindings::HTMLStyleElementWrapper;
-class HTMLTableRowElement : public HTMLElement {
+class HTMLTableRowElement final : public HTMLElement {
using WrapperType = Bindings::HTMLTableRowElementWrapper;
-class HTMLTitleElement : public HTMLElement {
+class HTMLTitleElement final : public HTMLElement {
using WrapperType = Bindings::HTMLTitleElementWrapper;