diff options
Diffstat (limited to 'Source/WebCore/html/HTMLDialogElement.h')
-rw-r--r-- | Source/WebCore/html/HTMLDialogElement.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/html/HTMLDialogElement.h b/Source/WebCore/html/HTMLDialogElement.h index e01045bce..05bdf9caf 100644 --- a/Source/WebCore/html/HTMLDialogElement.h +++ b/Source/WebCore/html/HTMLDialogElement.h @@ -27,7 +27,6 @@ #define HTMLDialogElement_h #if ENABLE(DIALOG_ELEMENT) - #include "HTMLElement.h" namespace WebCore { @@ -35,7 +34,7 @@ namespace WebCore { class Document; class QualifiedName; -class HTMLDialogElement : public HTMLElement { +class HTMLDialogElement FINAL : public HTMLElement { public: static PassRefPtr<HTMLDialogElement> create(const QualifiedName&, Document*); |