| Index: Source/WebCore/platform/PlatformEvent.h
|
| diff --git a/Source/WebCore/platform/PlatformEvent.h b/Source/WebCore/platform/PlatformEvent.h
|
| index 31af04190c0fcd2353ef02e409834b5c74d0aea1..a4410408b7c36ea5ca02846db0c22f9522cf7139 100644
|
| --- a/Source/WebCore/platform/PlatformEvent.h
|
| +++ b/Source/WebCore/platform/PlatformEvent.h
|
| @@ -63,13 +63,11 @@ public:
|
| GesturePinchEnd,
|
| GesturePinchUpdate,
|
|
|
| -#if ENABLE(TOUCH_EVENTS)
|
| // PlatformTouchEvent
|
| TouchStart,
|
| TouchMove,
|
| TouchEnd,
|
| TouchCancel,
|
| -#endif
|
| };
|
|
|
| enum Modifiers {
|
|
|