| Index: third_party/WebKit/Source/core/html/HTMLFormElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormElement.cpp b/third_party/WebKit/Source/core/html/HTMLFormElement.cpp
|
| index ce81ebeec1fb253d06b83d091172d6d46d05cd7c..d14303a936878b6001e435ee3c200c1a5099df7f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormElement.cpp
|
| @@ -771,7 +771,8 @@ void HTMLFormElement::GetNamedElements(
|
| }
|
|
|
| bool HTMLFormElement::ShouldAutocomplete() const {
|
| - return !EqualIgnoringCase(FastGetAttribute(autocompleteAttr), "off");
|
| + return !DeprecatedEqualIgnoringCase(FastGetAttribute(autocompleteAttr),
|
| + "off");
|
| }
|
|
|
| void HTMLFormElement::FinishParsingChildren() {
|
|
|