Index: Source/WebCore/testing/Internals.idl |
=================================================================== |
--- Source/WebCore/testing/Internals.idl (revision 138019) |
+++ Source/WebCore/testing/Internals.idl (working copy) |
@@ -139,9 +139,6 @@ |
unsigned long wheelEventHandlerCount(in Document document) raises (DOMException); |
unsigned long touchEventHandlerCount(in Document document) raises (DOMException); |
-#if defined(ENABLE_TOUCH_EVENT_TRACKING) && ENABLE_TOUCH_EVENT_TRACKING |
- ClientRectList touchEventTargetClientRects(in Document document) raises (DOMException); |
-#endif |
NodeList nodesFromRect(in Document document, in long x, in long y, |
in unsigned long topPadding, in unsigned long rightPadding, in unsigned long bottomPadding, in unsigned long leftPadding, |