Index: Source/core/html/ClassList.h |
diff --git a/Source/core/html/ClassList.h b/Source/core/html/ClassList.h |
index cc2217fab5e40f7c95fac5c7d7054c42e02bd905..d1f812a304d6e39fe49fb026140dc83290460cec 100644 |
--- a/Source/core/html/ClassList.h |
+++ b/Source/core/html/ClassList.h |
@@ -38,7 +38,7 @@ class Element; |
typedef int ExceptionCode; |
-class ClassList : public DOMTokenList { |
+class ClassList FINAL : public DOMTokenList { |
public: |
static PassOwnPtr<ClassList> create(Element* element) |
{ |