Index: Source/core/html/HTMLEmbedElement.h |
diff --git a/Source/core/html/HTMLEmbedElement.h b/Source/core/html/HTMLEmbedElement.h |
index eb9623b16c25ece89c31c7cd02aa881a1917a3e7..6a3707c7eb38638e7400616c9e6cce872098793f 100644 |
--- a/Source/core/html/HTMLEmbedElement.h |
+++ b/Source/core/html/HTMLEmbedElement.h |
@@ -27,7 +27,7 @@ |
namespace WebCore { |
-class HTMLEmbedElement : public HTMLPlugInImageElement { |
+class HTMLEmbedElement FINAL : public HTMLPlugInImageElement { |
public: |
static PassRefPtr<HTMLEmbedElement> create(const QualifiedName&, Document*, bool createdByParser); |