Chromium Code Reviews| 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; |
|
adamk
2014/07/21 22:06:33
As far as I can tell this is only safe to remove b
|
| -} |
| - |
| bool HTMLTextAreaElement::matchesReadOnlyPseudoClass() const |
| { |
| return isReadOnly(); |