Index: Source/core/html/HTMLAreaElement.cpp |
diff --git a/Source/core/html/HTMLAreaElement.cpp b/Source/core/html/HTMLAreaElement.cpp |
index 323605c9253b14be682bd00121c4b5932ce2c4ee..8ee3c06a0264080e3e19c6e6fef55749f34fe8e4 100644 |
--- a/Source/core/html/HTMLAreaElement.cpp |
+++ b/Source/core/html/HTMLAreaElement.cpp |
@@ -239,11 +239,4 @@ void HTMLAreaElement::updateFocusAppearance(bool restorePreviousSelection) |
imageElement->updateFocusAppearance(restorePreviousSelection); |
} |
-bool HTMLAreaElement::supportsFocus() const |
-{ |
- // If the AREA element was a link, it should support focus. |
- // FIXME: This means that an AREA that is not a link cannot be made focusable through contenteditable or tabindex. Is it correct? |
- return isLink(); |
-} |
- |
} |