mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Make all existing HTML elements "final"
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 04:07:51 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/a86ce7eaca4 Pull-request: https://github.com/SerenityOS/serenity/pull/3059 Issue: https://github.com/SerenityOS/serenity/issues/2905
@@ -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