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