| Index: third_party/WebKit/Source/core/html/forms/FormController.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/FormController.cpp b/third_party/WebKit/Source/core/html/forms/FormController.cpp
|
| index 4f236c76e4b209656ab9047530ac529a192fce62..68929167c44353daa6ed50e9427e2b4132943030 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FormController.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/FormController.cpp
|
| @@ -353,7 +353,7 @@ const AtomicString& FormKeyGenerator::formKey(const HTMLFormControlElementWithSt
|
| {
|
| HTMLFormElement* form = ownerFormForState(control);
|
| if (!form) {
|
| - DEFINE_STATIC_LOCAL(const AtomicString, formKeyForNoOwner, ("No owner", AtomicString::ConstructFromLiteral));
|
| + DEFINE_STATIC_LOCAL(const AtomicString, formKeyForNoOwner, ("No owner"));
|
| return formKeyForNoOwner;
|
| }
|
| FormToKeyMap::const_iterator it = m_formToKeyMap.find(form);
|
|
|