mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-14 11:45:04 +00:00
LibWeb: Make all existing HTML elements "final"
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLFormElement : public HTMLElement {
|
||||
class HTMLFormElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLFormElementWrapper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user