mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 13: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
|
@ -30,7 +30,7 @@
|
|||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLInputElement : public HTMLElement {
|
||||
class HTMLInputElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLInputElementWrapper;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue