| Index: Source/WebCore/html/EmailInputType.cpp
|
| ===================================================================
|
| --- Source/WebCore/html/EmailInputType.cpp (revision 97687)
|
| +++ Source/WebCore/html/EmailInputType.cpp (working copy)
|
| @@ -92,7 +92,7 @@
|
| return true;
|
| }
|
|
|
| -String EmailInputType::sanitizeValue(const String& proposedValue)
|
| +String EmailInputType::sanitizeValue(const String& proposedValue) const
|
| {
|
| String noLineBreakValue = proposedValue.removeCharacters(isHTMLLineBreak);
|
| if (!element()->multiple())
|
|
|