| Index: sky/engine/core/dom/TouchList.cpp
|
| diff --git a/sky/engine/core/dom/TouchList.cpp b/sky/engine/core/dom/TouchList.cpp
|
| index effe69ac972410839440ff52c3cbb49ba5cf7b0c..08b966417191a242beeca682c71a23a178f84463 100644
|
| --- a/sky/engine/core/dom/TouchList.cpp
|
| +++ b/sky/engine/core/dom/TouchList.cpp
|
| @@ -41,9 +41,4 @@ const Touch* TouchList::item(unsigned index) const
|
| return const_cast<TouchList*>(this)->item(index);
|
| }
|
|
|
| -void TouchList::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_values);
|
| -}
|
| -
|
| } // namespace blink
|
|
|