Chromium Code Reviews| Index: sky/engine/core/dom/DOMTokenList.h |
| diff --git a/sky/engine/core/dom/DOMTokenList.h b/sky/engine/core/dom/DOMTokenList.h |
| index 9aa2f33f2fe08287a8fb2c49215c11ee04ce7fa3..04511b9b401ac1168820fe5c672e193c672a04f5 100644 |
| --- a/sky/engine/core/dom/DOMTokenList.h |
| +++ b/sky/engine/core/dom/DOMTokenList.h |
| @@ -42,7 +42,6 @@ class DOMTokenList : public ScriptWrappable { |
| public: |
| DOMTokenList() |
| { |
| - ScriptWrappable::init(this); |
| } |
| virtual ~DOMTokenList() { } |