| Index: third_party/WebKit/Source/core/css/PageRuleCollector.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/PageRuleCollector.cpp b/third_party/WebKit/Source/core/css/PageRuleCollector.cpp
|
| index da1a6e765fcfa50de6826d86c768bf11fc9f6b8a..b7f11de04bb6a1c95d751eec96d109561cfe1c08 100644
|
| --- a/third_party/WebKit/Source/core/css/PageRuleCollector.cpp
|
| +++ b/third_party/WebKit/Source/core/css/PageRuleCollector.cpp
|
| @@ -93,7 +93,7 @@ static bool checkPageSelectorComponents(const CSSSelector* selector, bool isLeft
|
| return false;
|
| }
|
|
|
| - CSSSelector::PseudoType pseudoType = component->pseudoType();
|
| + CSSSelector::PseudoType pseudoType = component->getPseudoType();
|
| if ((pseudoType == CSSSelector::PseudoLeftPage && !isLeftPage)
|
| || (pseudoType == CSSSelector::PseudoRightPage && isLeftPage)
|
| || (pseudoType == CSSSelector::PseudoFirstPage && !isFirstPage))
|
|
|