Index: Source/core/platform/PlatformTouchEvent.h |
diff --git a/Source/core/platform/PlatformTouchEvent.h b/Source/core/platform/PlatformTouchEvent.h |
index 21e306dd5e92bf2fd255c35031c1e8044fcdbac3..3f2128e1b3e9eccef28235287a1381961712317b 100644 |
--- a/Source/core/platform/PlatformTouchEvent.h |
+++ b/Source/core/platform/PlatformTouchEvent.h |
@@ -24,8 +24,6 @@ |
#include "PlatformTouchPoint.h" |
#include <wtf/Vector.h> |
-#if ENABLE(TOUCH_EVENTS) |
- |
namespace WebCore { |
@@ -44,6 +42,4 @@ protected: |
} |
-#endif // ENABLE(TOUCH_EVENTS) |
- |
#endif // PlatformTouchEvent_h |