| Index: Source/core/html/forms/TextInputType.cpp
|
| diff --git a/Source/core/html/forms/TextInputType.cpp b/Source/core/html/forms/TextInputType.cpp
|
| index e600d73b3cd7f92eb10c9d99dcca760b0dc79958..8347018e3fbb373ea784dd914950057b1e28379f 100644
|
| --- a/Source/core/html/forms/TextInputType.cpp
|
| +++ b/Source/core/html/forms/TextInputType.cpp
|
| @@ -66,4 +66,9 @@ bool TextInputType::supportsInputModeAttribute() const
|
| return true;
|
| }
|
|
|
| +TextFieldAutocapitalize TextInputType::defaultAutocapitalizeValue() const
|
| +{
|
| + return TextFieldAutocapitalize::Sentences;
|
| +}
|
| +
|
| } // namespace blink
|
|
|