OSDN Git Service

Update touch event bindings for V8 in V8Index.cpp to match what landed to webkit...
authorBen Murdoch <benm@google.com>
Thu, 18 Feb 2010 14:14:10 +0000 (14:14 +0000)
committerBen Murdoch <benm@google.com>
Thu, 18 Feb 2010 14:17:49 +0000 (14:17 +0000)
Change-Id: Id8bfd38800bf38de704efbad3afe9b8e53367d13

WebCore/bindings/v8/V8Index.cpp

index 1053f19..19da75a 100644 (file)
 #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"
 
 #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)