Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index d2d2d8cea9a9e7a3df6391d0eae742cc27a1ff99..17d5bff55604fa46f351b5a82d6b0841b9c1ce9b 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -143,9 +143,7 @@ |
[RaisesException] unsigned long wheelEventHandlerCount(Document document); |
[RaisesException] unsigned long touchEventHandlerCount(Document document); |
-#if defined(ENABLE_TOUCH_EVENT_TRACKING) && ENABLE_TOUCH_EVENT_TRACKING |
[RaisesException] ClientRectList touchEventTargetClientRects(Document document); |
-#endif |
[RaisesException] NodeList nodesFromRect(Document document, long x, long y, |
unsigned long topPadding, unsigned long rightPadding, unsigned long bottomPadding, unsigned long leftPadding, |