diff options
Diffstat (limited to 'WebCore/bindings')
-rw-r--r-- | WebCore/bindings/v8/V8Index.cpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/WebCore/bindings/v8/V8Index.cpp b/WebCore/bindings/v8/V8Index.cpp index 1053f19..19da75a 100644 --- a/WebCore/bindings/v8/V8Index.cpp +++ b/WebCore/bindings/v8/V8Index.cpp @@ -161,6 +161,9 @@ #include "V8StyleSheet.h" #include "V8Text.h" #include "V8TextEvent.h" +#include "V8Touch.h" +#include "V8TouchEvent.h" +#include "V8TouchList.h" #include "V8DOMCoreException.h" #include "V8DOMParser.h" #include "V8DOMWindow.h" @@ -464,13 +467,6 @@ #if PLATFORM(ANDROID) #include "V8Connection.h" -// TODO: Upstream these guards to webkit.org -#if ENABLE(TOUCH_EVENTS) -#include "V8Touch.h" -#include "V8TouchList.h" -#include "V8TouchEvent.h" -#endif - #include "V8VoidCallback.h" #endif // PLATFORM(ANDROID) |