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