Index: third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
diff --git a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp b/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
index eda3781bf4792626d7ff46485a60564a4a74f3db..d294cd8e374bea03d3a46766724cbb6aa15403ee 100644 |
--- a/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
+++ b/third_party/WebKit/Source/core/html/forms/ColorInputType.cpp |
@@ -173,7 +173,7 @@ bool ColorInputType::TypeMismatchFor(const String& value) const { |
} |
void ColorInputType::WarnIfValueIsInvalid(const String& value) const { |
- if (!EqualIgnoringCase(value, GetElement().SanitizeValue(value))) |
+ if (!DeprecatedEqualIgnoringCase(value, GetElement().SanitizeValue(value))) |
AddWarningToConsole( |
"The specified value %s does not conform to the required format. The " |
"format is \"#rrggbb\" where rr, gg, bb are two-digit hexadecimal " |