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