LibWeb: Make all existing HTML elements "final"

This commit is contained in:
Luke 2020-07-28 02:54:19 +01:00 committed by Andreas Kling
parent 700f5cfc90
commit a86ce7eaca
Notes: sideshowbarker 2024-07-19 04:07:51 +09:00
15 changed files with 15 additions and 15 deletions

View file

@ -30,7 +30,7 @@
namespace Web::HTML {
class HTMLHtmlElement : public HTMLElement {
class HTMLHtmlElement final : public HTMLElement {
public:
using WrapperType = Bindings::HTMLHtmlElementWrapper;