Index: Source/core/html/RangeInputType.h |
diff --git a/Source/core/html/RangeInputType.h b/Source/core/html/RangeInputType.h |
index 0bb1c0308f0098adc98055ad507aa72ceae1afc6..541835c9d29190880214972ad040d569c67a240e 100644 |
--- a/Source/core/html/RangeInputType.h |
+++ b/Source/core/html/RangeInputType.h |
@@ -53,10 +53,8 @@ private: |
virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE; |
virtual bool isSteppable() const OVERRIDE; |
virtual void handleMouseDownEvent(MouseEvent*) OVERRIDE; |
-#if ENABLE(TOUCH_EVENTS) |
virtual void handleTouchEvent(TouchEvent*) OVERRIDE; |
virtual bool hasTouchEventHandler() const OVERRIDE; |
-#endif |
virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE; |
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) const OVERRIDE; |
virtual void createShadowSubtree() OVERRIDE; |