| Index: third_party/WebKit/Source/core/css/PageRuleCollector.h
 | 
| diff --git a/third_party/WebKit/Source/core/css/PageRuleCollector.h b/third_party/WebKit/Source/core/css/PageRuleCollector.h
 | 
| index 90976b3942d1b901fc95d38fbafb7903414c98dc..bb862ebb3eb97b03e84c468496e82c63bb350307 100644
 | 
| --- a/third_party/WebKit/Source/core/css/PageRuleCollector.h
 | 
| +++ b/third_party/WebKit/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(HeapVector<Member<StyleRulePage>>& matchedRules, const HeapVector<Member<StyleRulePage>>& rules, bool isLeftPage, bool isFirstPage, const String& pageName);
 | 
|  
 | 
|      const bool m_isLeftPage;
 | 
|      const bool m_isFirstPage;
 | 
| 
 |