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