Index: Source/core/dom/DOMTokenList.h |
diff --git a/Source/core/dom/DOMTokenList.h b/Source/core/dom/DOMTokenList.h |
index a1b5bd4ca1d83e1f82233d0508efc3a817c8d252..045caeaad98446f8cdb1a13505cb5c96d6b9b2f5 100644 |
--- a/Source/core/dom/DOMTokenList.h |
+++ b/Source/core/dom/DOMTokenList.h |
@@ -40,10 +40,7 @@ class DOMTokenList : public NoBaseWillBeGarbageCollectedFinalized<DOMTokenList>, |
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED; |
WTF_MAKE_NONCOPYABLE(DOMTokenList); |
public: |
- DOMTokenList() |
- { |
- ScriptWrappable::init(this); |
- } |
+ DOMTokenList() { } |
virtual ~DOMTokenList() { } |
#if !ENABLE(OILPAN) |