Index: Source/core/platform/PlatformTouchPoint.h |
diff --git a/Source/core/platform/PlatformTouchPoint.h b/Source/core/platform/PlatformTouchPoint.h |
index da76bad518b111204238f5d5cb3c2f4d330681eb..b09ec2f4c1196b9aabbd0d64066fa008c0048eb0 100644 |
--- a/Source/core/platform/PlatformTouchPoint.h |
+++ b/Source/core/platform/PlatformTouchPoint.h |
@@ -23,8 +23,6 @@ |
#include "IntPoint.h" |
#include <wtf/Vector.h> |
-#if ENABLE(TOUCH_EVENTS) |
- |
namespace WebCore { |
class PlatformTouchEvent; |
@@ -72,6 +70,4 @@ protected: |
} |
-#endif // ENABLE(TOUCH_EVENTS) |
- |
#endif // PlatformTouchPoint_h |