| Index: third_party/WebKit/Source/core/html/forms/StepRange.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/StepRange.cpp b/third_party/WebKit/Source/core/html/forms/StepRange.cpp
|
| index 2d6674f6e2a6337351f5aa9c90d261a232a3ac27..d0344dfa1aabd81ba8e3c3cd3274c9bc97312076 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/StepRange.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/StepRange.cpp
|
| @@ -109,7 +109,7 @@ Decimal StepRange::ParseStep(AnyStepHandling any_step_handling,
|
| if (step_string.IsEmpty())
|
| return step_description.DefaultValue();
|
|
|
| - if (EqualIgnoringCase(step_string, "any")) {
|
| + if (DeprecatedEqualIgnoringCase(step_string, "any")) {
|
| switch (any_step_handling) {
|
| case kRejectAny:
|
| return Decimal::Nan();
|
|
|