Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index 059bcd48522450636aa438119f1e8b659c480301..15684f187691e318f08e45afc8ed9be407b7a27e 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -273,7 +273,7 @@ private: |
template <StyleResolver::StyleApplicationPass pass> |
static inline bool isPropertyForPass(CSSPropertyID); |
template <StyleApplicationPass pass> |
- void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, int startIndex, int endIndex, bool inheritedOnly); |
+ void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, const RuleRange&, bool inheritedOnly); |
template <StyleApplicationPass pass> |
void applyProperties(StyleResolverState&, const StylePropertySet* properties, StyleRule*, bool isImportant, bool inheritedOnly, PropertyWhitelistType = PropertyWhitelistNone); |
template <StyleApplicationPass pass> |