Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index 64646bbad90d026979aac09cf3447419ae9faf96..0dc0342921ccc1ee6e76aac0b1c29fbe8206947f 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -222,7 +222,7 @@ private: |
void applyCallbackSelectors(StyleResolverState&); |
template <CSSPropertyPriority priority> |
- void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, int startIndex, int endIndex, bool inheritedOnly); |
+ void applyMatchedProperties(StyleResolverState&, const MatchResult&, bool important, unsigned startIndex, unsigned endIndex, bool inheritedOnly); |
template <CSSPropertyPriority priority> |
void applyProperties(StyleResolverState&, const StylePropertySet* properties, bool isImportant, bool inheritedOnly, PropertyWhitelistType = PropertyWhitelistNone); |
template <CSSPropertyPriority priority> |