| Index: Source/core/css/PageRuleCollector.h
|
| diff --git a/Source/core/css/PageRuleCollector.h b/Source/core/css/PageRuleCollector.h
|
| index f9a58e43933e8bc8d7454259ad38861c7841dcd1..d538273395043adac6f37375cc807d87090ea3c1 100644
|
| --- a/Source/core/css/PageRuleCollector.h
|
| +++ b/Source/core/css/PageRuleCollector.h
|
| @@ -43,7 +43,7 @@ private:
|
| bool isFirstPage(int pageIndex) const;
|
| String pageName(int pageIndex) const;
|
|
|
| - void matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& rules, bool isLeftPage, bool isFirstPage, const String& pageName);
|
| + void matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage>>& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage>>& rules, bool isLeftPage, bool isFirstPage, const String& pageName);
|
|
|
| const bool m_isLeftPage;
|
| const bool m_isFirstPage;
|
|
|