| Index: Source/WebCore/dom/TouchList.cpp
|
| diff --git a/Source/WebCore/dom/TouchList.cpp b/Source/WebCore/dom/TouchList.cpp
|
| index 9add228a1dbf8288440fadd7b455a903a852ca7b..1070174b3a9f4a34db1029c1c5436eda3837dd5d 100644
|
| --- a/Source/WebCore/dom/TouchList.cpp
|
| +++ b/Source/WebCore/dom/TouchList.cpp
|
| @@ -25,8 +25,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(TOUCH_EVENTS)
|
| -
|
| #include "TouchList.h"
|
|
|
| namespace WebCore {
|
| @@ -44,5 +42,3 @@ const Touch* TouchList::item(unsigned index) const
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif
|
|
|