mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +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
@@ -30,7 +30,7 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
class HTMLFontElement : public HTMLElement {
|
||||
class HTMLFontElement final : public HTMLElement {
|
||||
public:
|
||||
HTMLFontElement(DOM::Document&, const FlyString& local_name);
|
||||
virtual ~HTMLFontElement() override;
|
||||
|
||||
Reference in New Issue
Block a user