Chromium Code Reviews| Index: Source/core/html/HTMLFontElement.h |
| diff --git a/Source/core/html/HTMLFontElement.h b/Source/core/html/HTMLFontElement.h |
| index 7b3a8ddd01a50214d0178ceb14e1df9a5c45b390..b2dc0be52f6aed9d08f3f9a6f65ea6160d835315 100644 |
| --- a/Source/core/html/HTMLFontElement.h |
| +++ b/Source/core/html/HTMLFontElement.h |
| @@ -28,7 +28,7 @@ |
| namespace WebCore { |
| -class HTMLFontElement : public HTMLElement { |
| +class HTMLFontElement FINAL : public HTMLElement { |
| public: |
| static PassRefPtr<HTMLFontElement> create(const QualifiedName&, Document*); |