| Index: Source/WebCore/dom/Document.h | 
| =================================================================== | 
| --- Source/WebCore/dom/Document.h	(revision 120101) | 
| +++ Source/WebCore/dom/Document.h	(working copy) | 
| @@ -1116,7 +1116,6 @@ | 
|  | 
| #if ENABLE(TOUCH_EVENTS) | 
| PassRefPtr<Touch> createTouch(DOMWindow*, EventTarget*, int identifier, int pageX, int pageY, int screenX, int screenY, int radiusX, int radiusY, float rotationAngle, float force, ExceptionCode&) const; | 
| -    PassRefPtr<TouchList> createTouchList(ExceptionCode&) const; | 
| #endif | 
|  | 
| const DocumentTiming* timing() const { return &m_documentTiming; } | 
|  |