Index: Source/core/dom/Touch.h |
diff --git a/Source/core/dom/Touch.h b/Source/core/dom/Touch.h |
index 5368906b72ee0efd148f8d7aa6e7c03efdd8b9b0..b8979a652d6f8c4b49b9b8082d062ff1327ebb6c 100644 |
--- a/Source/core/dom/Touch.h |
+++ b/Source/core/dom/Touch.h |
@@ -26,6 +26,8 @@ |
#ifndef Touch_h |
#define Touch_h |
+#if ENABLE(TOUCH_EVENTS) |
+ |
#include "EventTarget.h" |
#include "LayoutPoint.h" |
#include <wtf/PassRefPtr.h> |
@@ -87,4 +89,6 @@ private: |
} // namespace WebCore |
+#endif // ENABLE(TOUCH_EVENTS) |
+ |
#endif /* Touch_h */ |