Index: Source/WebCore/html/InputType.cpp |
diff --git a/Source/WebCore/html/InputType.cpp b/Source/WebCore/html/InputType.cpp |
index 3ad1d98cd2db517860862781d58624eb091053a9..4c804eeba2bb97eef9de2374ede9128b9b1a57f2 100644 |
--- a/Source/WebCore/html/InputType.cpp |
+++ b/Source/WebCore/html/InputType.cpp |
@@ -535,11 +535,6 @@ bool InputType::isKeyboardFocusable(KeyboardEvent* event) const |
return element()->isTextFormControlKeyboardFocusable(event); |
} |
-bool InputType::isMouseFocusable() const |
-{ |
- return element()->isTextFormControlMouseFocusable(); |
-} |
- |
bool InputType::shouldUseInputMethod() const |
{ |
return false; |