| Index: Source/core/dom/TouchEvent.cpp
|
| diff --git a/Source/core/dom/TouchEvent.cpp b/Source/core/dom/TouchEvent.cpp
|
| index ef3e06af5aaec1b4246166eefb392a4ed2d06801..5edb71430a94c1c7d46a6ec265ffca34cf9f9576 100644
|
| --- a/Source/core/dom/TouchEvent.cpp
|
| +++ b/Source/core/dom/TouchEvent.cpp
|
| @@ -26,6 +26,8 @@
|
|
|
| #include "config.h"
|
|
|
| +#if ENABLE(TOUCH_EVENTS)
|
| +
|
| #include "TouchEvent.h"
|
|
|
| #include "EventDispatcher.h"
|
| @@ -112,3 +114,5 @@ bool TouchEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) cons
|
| }
|
|
|
| } // namespace WebCore
|
| +
|
| +#endif // ENABLE(TOUCH_EVENTS)
|
|
|