Index: Source/WebCore/html/InputType.h |
diff --git a/Source/WebCore/html/InputType.h b/Source/WebCore/html/InputType.h |
index b2144eefafafa54f2f3673add3f0359f3bd9e17c..13903de3e8bb4fee4887e2e07b075d611090c50a 100644 |
--- a/Source/WebCore/html/InputType.h |
+++ b/Source/WebCore/html/InputType.h |
@@ -202,7 +202,6 @@ public: |
virtual PassRefPtr<HTMLFormElement> formForSubmission() const; |
virtual bool hasCustomFocusLogic() const; |
virtual bool isKeyboardFocusable(KeyboardEvent*) const; |
- virtual bool isMouseFocusable() const; |
virtual bool shouldUseInputMethod() const; |
virtual void handleFocusEvent(Node* oldFocusedNode, FocusDirection); |
virtual void handleBlurEvent(); |