mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-29 07:48:47 +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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue