Index: Source/core/html/shadow/TextFieldDecorationElement.h |
diff --git a/Source/core/html/shadow/TextFieldDecorationElement.h b/Source/core/html/shadow/TextFieldDecorationElement.h |
index a2ca8ad09772327b618fba7c88ae3c1874ef9b1e..af02a0496494ab79a22ca36ad99e21a5d0abc655 100644 |
--- a/Source/core/html/shadow/TextFieldDecorationElement.h |
+++ b/Source/core/html/shadow/TextFieldDecorationElement.h |
@@ -65,7 +65,7 @@ public: |
// A TextFieldDecorationElement object must be in a shadow tree of an |
// HTMLInputElement. |
-class TextFieldDecorationElement : public HTMLDivElement { |
+class TextFieldDecorationElement FINAL : public HTMLDivElement { |
public: |
static PassRefPtr<TextFieldDecorationElement> create(Document*, TextFieldDecorator*); |
static TextFieldDecorationElement* fromShadowRoot(ShadowRoot*); |