| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
|
| index fb24a4c1cbb68510ac4c7bdf1ee7ee48db315d72..03ac35001b095609da399132b2e9847663f09096 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
|
| @@ -30,7 +30,7 @@ CSSValue* ConsumeAttr(CSSParserTokenRange args,
|
|
|
| // TODO(esprehn): This should be lowerASCII().
|
| if (context->IsHTMLDocument())
|
| - attr_name = attr_name.Lower();
|
| + attr_name = attr_name.DeprecatedLower();
|
|
|
| CSSFunctionValue* attr_value = CSSFunctionValue::Create(CSSValueAttr);
|
| attr_value->Append(*CSSCustomIdentValue::Create(attr_name));
|
|
|