| Index: Source/WebCore/html/InputType.h
|
| diff --git a/Source/WebCore/html/InputType.h b/Source/WebCore/html/InputType.h
|
| index b2144eefafafa54f2f3673add3f0359f3bd9e17c..972eb9284fca0323b6f85494ab0dcc47e3421f86 100644
|
| --- a/Source/WebCore/html/InputType.h
|
| +++ b/Source/WebCore/html/InputType.h
|
| @@ -193,9 +193,7 @@ public:
|
| virtual void handleKeypressEvent(KeyboardEvent*);
|
| virtual void handleKeyupEvent(KeyboardEvent*);
|
| virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*);
|
| -#if ENABLE(TOUCH_EVENTS)
|
| virtual void handleTouchEvent(TouchEvent*);
|
| -#endif
|
| virtual void forwardEvent(Event*);
|
| // Helpers for event handlers.
|
| virtual bool shouldSubmitImplicitly(Event*);
|
| @@ -209,9 +207,7 @@ public:
|
| virtual void accessKeyAction(bool sendMouseEvents);
|
| virtual bool canBeSuccessfulSubmitButton();
|
| virtual void subtreeHasChanged();
|
| -#if ENABLE(TOUCH_EVENTS)
|
| virtual bool hasTouchEventHandler() const;
|
| -#endif
|
|
|
| virtual void blur();
|
|
|
|
|