| Index: Source/core/css/PageRuleCollector.h
|
| diff --git a/Source/core/css/PageRuleCollector.h b/Source/core/css/PageRuleCollector.h
|
| index 83251612aaffbd71d0e8df4636bf19d3c3a5576c..f71782796ee3b883028f9fa9a703ab3f6e2d143f 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(Vector<StyleRulePage*>& matchedRules, const Vector<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;
|
|
|