| Index: Source/bindings/v8/RuntimeEnabledFeatures.h
|
| diff --git a/Source/bindings/v8/RuntimeEnabledFeatures.h b/Source/bindings/v8/RuntimeEnabledFeatures.h
|
| index 2f16851211540998e8e322d982c8143efdd772ef..011fa4883232ad81698f93205cf8e4d9f29a10e7 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; }
|
|
|