| Index: third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp b/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| index 3ee8ac6fb6785d0a261a17a91891844bd65f9f72..044a1fa33edf5b96ed4fc825bc35517b3b8dce52 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
|
| @@ -158,7 +158,7 @@ void SearchInputType::updateView()
|
|
|
| const AtomicString& SearchInputType::defaultAutocapitalize() const
|
| {
|
| - DEFINE_STATIC_LOCAL(const AtomicString, sentences, ("sentences", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, sentences, ("sentences"));
|
| return sentences;
|
| }
|
|
|
|
|