Index: Source/core/html/HTMLSummaryElement.h |
diff --git a/Source/core/html/HTMLSummaryElement.h b/Source/core/html/HTMLSummaryElement.h |
index 715fe9a894f44f6bad227d99208aa4fc6e65ebe5..2fbecadc8b3ee25d1f04c66c4d3f96390d829daf 100644 |
--- a/Source/core/html/HTMLSummaryElement.h |
+++ b/Source/core/html/HTMLSummaryElement.h |
@@ -27,7 +27,7 @@ namespace WebCore { |
class HTMLDetailsElement; |
-class HTMLSummaryElement : public HTMLElement { |
+class HTMLSummaryElement FINAL : public HTMLElement { |
public: |
static PassRefPtr<HTMLSummaryElement> create(const QualifiedName&, Document*); |
bool isMainSummary() const; |