| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index 592579089ed74c4ec9cd47822b39c95afb3a5096..66867ab9e8af78b815cb3f16baaa46ff2d4b7674 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -267,7 +267,7 @@ private:
|
| template <StyleApplicationPass pass>
|
| void applyAnimatedProperties(StyleResolverState&, const AnimationEffect::CompositableValueMap&);
|
| void matchPageRules(MatchResult&, RuleSet*, bool isLeftPage, bool isFirstPage, const String& pageName);
|
| - void matchPageRulesForList(Vector<StyleRulePage*>& matchedRules, const Vector<StyleRulePage*>&, bool isLeftPage, bool isFirstPage, const String& pageName);
|
| + void matchPageRulesForList(WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >& matchedRules, const WillBeHeapVector<RawPtrWillBeMember<StyleRulePage> >&, bool isLeftPage, bool isFirstPage, const String& pageName);
|
| void collectViewportRules();
|
| Settings* documentSettings() { return m_document.settings(); }
|
|
|
|
|