Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index da13b01e0191613b936d9037e7773741c39b9870..a03b1bd4f4b7076705fe309c24472e76a9b42145 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -281,7 +281,6 @@ private: |
void matchPageRules(MatchResult&, RuleSet*, 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(); } |
bool isLeftPage(int pageIndex) const; |
bool isRightPage(int pageIndex) const { return !isLeftPage(pageIndex); } |