Index: Source/bindings/v8/RuntimeEnabledFeatures.h |
diff --git a/Source/bindings/v8/RuntimeEnabledFeatures.h b/Source/bindings/v8/RuntimeEnabledFeatures.h |
index 9d9209fca17a0d119742a1c43dabf0cfa35e6520..7a58e40abe73a022ddd15d003ffb7c80df69a91f 100644 |
--- a/Source/bindings/v8/RuntimeEnabledFeatures.h |
+++ b/Source/bindings/v8/RuntimeEnabledFeatures.h |
@@ -135,10 +135,8 @@ public: |
static bool webkitOfflineAudioContextEnabled() { return isWebAudioEnabled; } |
#endif |
-#if ENABLE(TOUCH_EVENTS) |
static bool touchEnabled() { return isTouchEnabled; } |
static void setTouchEnabled(bool isEnabled) { isTouchEnabled = isEnabled; } |
-#endif |
static void setDeviceMotionEnabled(bool isEnabled) { isDeviceMotionEnabled = isEnabled; } |
static bool deviceMotionEnabled() { return isDeviceMotionEnabled; } |