| Index: sky/engine/core/dom/TouchList.h
|
| diff --git a/sky/engine/core/dom/TouchList.h b/sky/engine/core/dom/TouchList.h
|
| index c2ac6b27297f0669e6a36ba4b357370eba5497e3..5489d861172a2965968df5ecd492ea2a3ca04d48 100644
|
| --- a/sky/engine/core/dom/TouchList.h
|
| +++ b/sky/engine/core/dom/TouchList.h
|
| @@ -59,13 +59,11 @@ public:
|
| private:
|
| TouchList()
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| TouchList(Vector<RefPtr<Touch> >& touches)
|
| {
|
| m_values.swap(touches);
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| Vector<RefPtr<Touch> > m_values;
|
|
|