| Index: third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
|
| index 8d72c2d534c1c14fab24e210d63432267f656cbb..91583f83981f686a742f39ebfb9a4a409ee33f71 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
|
| @@ -282,7 +282,7 @@ CSSSelectorList CSSParserImpl::ParsePageSelector(
|
| selector = CSSParserSelector::Create();
|
| if (!pseudo.IsNull()) {
|
| selector->SetMatch(CSSSelector::kPagePseudoClass);
|
| - selector->UpdatePseudoType(pseudo.Lower());
|
| + selector->UpdatePseudoType(pseudo.DeprecatedLower());
|
| if (selector->GetPseudoType() == CSSSelector::kPseudoUnknown)
|
| return CSSSelectorList();
|
| }
|
|
|