Index: Source/WebCore/testing/Internals.h |
=================================================================== |
--- Source/WebCore/testing/Internals.h (revision 138019) |
+++ Source/WebCore/testing/Internals.h (working copy) |
@@ -171,9 +171,6 @@ |
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; |