| Index: Source/core/dom/TouchEvent.h
|
| diff --git a/Source/core/dom/TouchEvent.h b/Source/core/dom/TouchEvent.h
|
| index 524b87a7a248ae0e32a9286ada90446baa1cc3ad..3e37e74a1085a47ab0b86a1157293c8282a97fd5 100644
|
| --- a/Source/core/dom/TouchEvent.h
|
| +++ b/Source/core/dom/TouchEvent.h
|
| @@ -27,6 +27,8 @@
|
| #ifndef TouchEvent_h
|
| #define TouchEvent_h
|
|
|
| +#if ENABLE(TOUCH_EVENTS)
|
| +
|
| #include "EventDispatchMediator.h"
|
| #include "MouseRelatedEvent.h"
|
| #include "TouchList.h"
|
| @@ -101,4 +103,6 @@ inline TouchEvent* toTouchEvent(Event* event)
|
|
|
| } // namespace WebCore
|
|
|
| +#endif // ENABLE(TOUCH_EVENTS)
|
| +
|
| #endif // TouchEvent_h
|
|
|