| Index: Source/core/html/HTMLQuoteElement.h
|
| diff --git a/Source/core/html/HTMLQuoteElement.h b/Source/core/html/HTMLQuoteElement.h
|
| index fec2d9ab9b46b3102f8c99e78380e7a65b211b29..9745290ec32a1c9f3b49f632435715446dd58410 100644
|
| --- a/Source/core/html/HTMLQuoteElement.h
|
| +++ b/Source/core/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*);
|
|
|
|
|