Index: Source/core/html/HTMLOptionElement.h |
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h |
index 673f077f322acf67af739a5b662d708ad854c930..707bb85d5b76019f6ad2aab34ca06d27e539311d 100644 |
--- a/Source/core/html/HTMLOptionElement.h |
+++ b/Source/core/html/HTMLOptionElement.h |
@@ -32,7 +32,7 @@ namespace WebCore { |
class HTMLDataListElement; |
class HTMLSelectElement; |
-class HTMLOptionElement : public HTMLElement { |
+class HTMLOptionElement FINAL : public HTMLElement { |
public: |
static PassRefPtr<HTMLOptionElement> create(Document*); |
static PassRefPtr<HTMLOptionElement> create(const QualifiedName&, Document*); |