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