mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 16:54:57 +00:00
LibWeb: Make all existing HTML elements "final"
This commit is contained in:
parent
700f5cfc90
commit
a86ce7eaca
15 changed files with 15 additions and 15 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLFormElement : public HTMLElement {
|
||||
class HTMLFormElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLFormElementWrapper;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue