| Index: Source/WebCore/testing/Internals.h | 
| =================================================================== | 
| --- Source/WebCore/testing/Internals.h	(revision 138265) | 
| +++ Source/WebCore/testing/Internals.h	(working copy) | 
| @@ -171,6 +171,9 @@ | 
|  | 
| unsigned wheelEventHandlerCount(Document*, ExceptionCode&); | 
| unsigned touchEventHandlerCount(Document*, ExceptionCode&); | 
| +#if ENABLE(TOUCH_EVENT_TRACKING) | 
| +    PassRefPtr<ClientRectList> touchEventTargetClientRects(Document*, ExceptionCode&); | 
| +#endif | 
|  | 
| PassRefPtr<NodeList> nodesFromRect(Document*, int x, int y, unsigned topPadding, unsigned rightPadding, | 
| unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowShadowContent, ExceptionCode&) const; | 
|  |