Index: Source/core/html/HTMLTextAreaElement.cpp |
diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp |
index 1957b2626918eaa06c54e2a3bc07690fe2220ea7..fd7ad6434bc60392e35ebe11871ee0c35cb2c472 100644 |
--- a/Source/core/html/HTMLTextAreaElement.cpp |
+++ b/Source/core/html/HTMLTextAreaElement.cpp |
@@ -523,11 +523,6 @@ void HTMLTextAreaElement::setRows(int rows) |
setIntegralAttribute(rowsAttr, rows); |
} |
-bool HTMLTextAreaElement::shouldUseInputMethod() |
-{ |
- return true; |
-} |
- |
bool HTMLTextAreaElement::matchesReadOnlyPseudoClass() const |
{ |
return isReadOnly(); |