Index: Source/core/dom/Touch.cpp |
diff --git a/Source/core/dom/Touch.cpp b/Source/core/dom/Touch.cpp |
index 019f2b2428354430a5176a092c2bd6913ed87efa..ec4cd495e3f33db859148a7f93b4caafa250a536 100644 |
--- a/Source/core/dom/Touch.cpp |
+++ b/Source/core/dom/Touch.cpp |
@@ -25,6 +25,8 @@ |
#include "config.h" |
+#if ENABLE(TOUCH_EVENTS) |
+ |
#include "Touch.h" |
#include "DOMWindow.h" |
@@ -96,3 +98,5 @@ PassRefPtr<Touch> Touch::cloneWithNewTarget(EventTarget* eventTarget) const |
} |
} // namespace WebCore |
+ |
+#endif |