Index: Source/core/dom/DOMStringList.h |
diff --git a/Source/core/dom/DOMStringList.h b/Source/core/dom/DOMStringList.h |
index a0e9bbbfa5dcd0d831e171c443b1f87d06abf0b5..04398f3b7d8eaadec3967381c9ef86d534007e19 100644 |
--- a/Source/core/dom/DOMStringList.h |
+++ b/Source/core/dom/DOMStringList.h |
@@ -60,10 +60,7 @@ public: |
void trace(Visitor*) { } |
private: |
- DOMStringList() |
- { |
- ScriptWrappable::init(this); |
- } |
+ DOMStringList() { } |
Vector<String> m_strings; |
}; |