| Index: third_party/WebKit/Source/core/html/forms/TextInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/TextInputType.cpp b/third_party/WebKit/Source/core/html/forms/TextInputType.cpp
|
| index a14b49bd3fc22db548252dc51cf6a01dadecf24e..6152df582a97105c73a841cf0cda40d71f33eea5 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/TextInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/TextInputType.cpp
|
| @@ -67,7 +67,7 @@ bool TextInputType::supportsInputModeAttribute() const
|
|
|
| const AtomicString& TextInputType::defaultAutocapitalize() const
|
| {
|
| - DEFINE_STATIC_LOCAL(const AtomicString, sentences, ("sentences", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, sentences, ("sentences"));
|
| return sentences;
|
| }
|
|
|
|
|