Index: Source/core/dom/TouchList.h |
diff --git a/Source/core/dom/TouchList.h b/Source/core/dom/TouchList.h |
index e266f86bde1938f1ff05d12426b2f8e6fbc1a0cd..639b73ce639713ea124905a2682b27f4ed45db91 100644 |
--- a/Source/core/dom/TouchList.h |
+++ b/Source/core/dom/TouchList.h |
@@ -26,6 +26,8 @@ |
#ifndef TouchList_h |
#define TouchList_h |
+#if ENABLE(TOUCH_EVENTS) |
+ |
#include "Touch.h" |
#include <wtf/RefCounted.h> |
#include <wtf/Vector.h> |
@@ -54,4 +56,6 @@ private: |
} // namespace WebCore |
+#endif // ENABLE(TOUCH_EVENTS) |
+ |
#endif /* TouchList_h */ |