mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 06:18:59 +00:00
LibWeb: Make all existing HTML elements "final"
This commit is contained in:
parent
700f5cfc90
commit
a86ce7eaca
Notes:
sideshowbarker
2024-07-19 04:07:51 +09:00
Author: https://github.com/Lubrsi
Commit: a86ce7eaca
Pull-request: https://github.com/SerenityOS/serenity/pull/3059
Issue: https://github.com/SerenityOS/serenity/issues/2905
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