summaryrefslogtreecommitdiff
path: root/Source/WebCore/css/StyleResolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/StyleResolver.h')
-rw-r--r--Source/WebCore/css/StyleResolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/css/StyleResolver.h b/Source/WebCore/css/StyleResolver.h
index f382d5f8a..539dd6356 100644
--- a/Source/WebCore/css/StyleResolver.h
+++ b/Source/WebCore/css/StyleResolver.h
@@ -334,7 +334,7 @@ private:
bool includeEmptyRules;
};
- static void addMatchedProperties(MatchResult&, StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, bool inRegionRule = false);
+ static void addMatchedProperties(MatchResult&, const StylePropertySet* properties, StyleRule* = 0, unsigned linkMatchType = SelectorChecker::MatchAll, bool inRegionRule = false);
void addElementStyleProperties(MatchResult&, StylePropertySet*, bool isCacheable = true);
void matchAllRules(MatchResult&, bool includeSMILProperties);