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