| Index: Source/core/html/forms/EmailInputType.cpp
|
| diff --git a/Source/core/html/forms/EmailInputType.cpp b/Source/core/html/forms/EmailInputType.cpp
|
| index 6d5e20d9f747a250677e80bf80064476edb606c2..76080796ef8c41979c1943e0b509c12aabae19e3 100644
|
| --- a/Source/core/html/forms/EmailInputType.cpp
|
| +++ b/Source/core/html/forms/EmailInputType.cpp
|
| @@ -237,11 +237,6 @@ String EmailInputType::typeMismatchText() const
|
| return locale().queryString(WebLocalizedString::ValidationTypeMismatchForEmail);
|
| }
|
|
|
| -bool EmailInputType::supportsSelectionAPI() const
|
| -{
|
| - return false;
|
| -}
|
| -
|
| String EmailInputType::sanitizeValue(const String& proposedValue) const
|
| {
|
| String noLineBreakValue = proposedValue.removeCharacters(isHTMLLineBreak);
|
|
|