mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
LibWeb: Make all existing HTML elements "final"
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLScriptElement : public HTMLElement {
|
||||
class HTMLScriptElement final : public HTMLElement {
|
||||
public:
|
||||
using WrapperType = Bindings::HTMLScriptElementWrapper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user