Index: Source/core/html/HTMLObjectElement.h |
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
index 1988eb52cf382c53a2b7ff19c8f8562fc1f76545..e0d4d110c37af07ca22bca2776da903ffe77bb32 100644 |
--- a/Source/core/html/HTMLObjectElement.h |
+++ b/Source/core/html/HTMLObjectElement.h |
@@ -30,7 +30,7 @@ namespace WebCore { |
class HTMLFormElement; |
-class HTMLObjectElement : public HTMLPlugInImageElement, public FormAssociatedElement { |
+class HTMLObjectElement FINAL : public HTMLPlugInImageElement, public FormAssociatedElement { |
public: |
static PassRefPtr<HTMLObjectElement> create(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser); |
virtual ~HTMLObjectElement(); |