Index: Source/WebCore/html/HTMLSelectElement.cpp |
diff --git a/Source/WebCore/html/HTMLSelectElement.cpp b/Source/WebCore/html/HTMLSelectElement.cpp |
index e51408a387b6da97b5073a57cd3d6d61c4df28f7..376205177fb637c985b2c8706fdb27033d71b4c5 100644 |
--- a/Source/WebCore/html/HTMLSelectElement.cpp |
+++ b/Source/WebCore/html/HTMLSelectElement.cpp |
@@ -323,13 +323,6 @@ bool HTMLSelectElement::isKeyboardFocusable(KeyboardEvent* event) const |
return HTMLFormControlElementWithState::isKeyboardFocusable(event); |
} |
-bool HTMLSelectElement::isMouseFocusable() const |
-{ |
- if (renderer()) |
- return isFocusable(); |
- return HTMLFormControlElementWithState::isMouseFocusable(); |
-} |
- |
bool HTMLSelectElement::canSelectAll() const |
{ |
return !usesMenuList(); |