Index: Source/core/dom/DOMSettableTokenList.h |
diff --git a/Source/core/dom/DOMSettableTokenList.h b/Source/core/dom/DOMSettableTokenList.h |
index eeaad3a2ff4e984d55b7b8562970197d3e2e8a67..f4db0408e5a960770b0ed663e6882bd36b776fe0 100644 |
--- a/Source/core/dom/DOMSettableTokenList.h |
+++ b/Source/core/dom/DOMSettableTokenList.h |
@@ -41,6 +41,7 @@ class DOMSettableTokenList FINAL |
, public RefCounted<DOMSettableTokenList> |
#endif |
{ |
+ DEFINE_WRAPPERTYPEINFO(); |
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED; |
public: |
static PassRefPtrWillBeRawPtr<DOMSettableTokenList> create() |