diff options
Diffstat (limited to 'Source/WebCore/html/HTMLQuoteElement.h')
-rw-r--r-- | Source/WebCore/html/HTMLQuoteElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLQuoteElement.h b/Source/WebCore/html/HTMLQuoteElement.h index fec2d9ab9..9745290ec 100644 --- a/Source/WebCore/html/HTMLQuoteElement.h +++ b/Source/WebCore/html/HTMLQuoteElement.h @@ -29,7 +29,7 @@ namespace WebCore { -class HTMLQuoteElement : public HTMLElement { +class HTMLQuoteElement FINAL : public HTMLElement { public: static PassRefPtr<HTMLQuoteElement> create(const QualifiedName&, Document*); |