Chromium Code Reviews| Index: sky/engine/core/dom/DOMStringList.h |
| diff --git a/sky/engine/core/dom/DOMStringList.h b/sky/engine/core/dom/DOMStringList.h |
| index 789196ec1d502a59919a104f55d3b8fb54844343..0e81df0fc0ab0d4f4e09248c52c2da70d2639d9d 100644 |
| --- a/sky/engine/core/dom/DOMStringList.h |
| +++ b/sky/engine/core/dom/DOMStringList.h |
| @@ -62,7 +62,6 @@ public: |
| private: |
| DOMStringList() |
| { |
| - ScriptWrappable::init(this); |
| } |
| Vector<String> m_strings; |