Index: Source/WebCore/html/TextFieldInputType.cpp |
diff --git a/Source/WebCore/html/TextFieldInputType.cpp b/Source/WebCore/html/TextFieldInputType.cpp |
index a17f4e75a4b5ad8222aae408daf74ca944a1cf60..2572aed82a5d5fd0f688e6863e27fbab69464c17 100644 |
--- a/Source/WebCore/html/TextFieldInputType.cpp |
+++ b/Source/WebCore/html/TextFieldInputType.cpp |
@@ -73,11 +73,6 @@ bool TextFieldInputType::isKeyboardFocusable(KeyboardEvent*) const |
return element()->isFocusable(); |
} |
-bool TextFieldInputType::isMouseFocusable() const |
-{ |
- return element()->isFocusable(); |
-} |
- |
bool TextFieldInputType::isTextField() const |
{ |
return true; |