Index: Source/core/css/resolver/MatchedPropertiesCache.h |
diff --git a/Source/core/css/resolver/MatchedPropertiesCache.h b/Source/core/css/resolver/MatchedPropertiesCache.h |
index 19b654ebe87bbc234820a0048cec007c3e584673..8e48963f511413963092ef830221dd46a226fb1b 100644 |
--- a/Source/core/css/resolver/MatchedPropertiesCache.h |
+++ b/Source/core/css/resolver/MatchedPropertiesCache.h |
@@ -43,7 +43,7 @@ public: |
RefPtr<ComputedStyle> computedStyle; |
RefPtr<ComputedStyle> parentComputedStyle; |
- void set(const ComputedStyle&, const ComputedStyle& parentStyle, const MatchResult&); |
+ void set(const ComputedStyle&, const ComputedStyle& parentStyle, const MatchedPropertiesVector&); |
void clear(); |
DEFINE_INLINE_TRACE() |
{ |
@@ -95,8 +95,8 @@ class MatchedPropertiesCache { |
public: |
MatchedPropertiesCache(); |
- const CachedMatchedProperties* find(unsigned hash, const StyleResolverState&, const MatchResult&); |
- void add(const ComputedStyle&, const ComputedStyle& parentStyle, unsigned hash, const MatchResult&); |
+ const CachedMatchedProperties* find(unsigned hash, const StyleResolverState&, const MatchedPropertiesVector&); |
+ void add(const ComputedStyle&, const ComputedStyle& parentStyle, unsigned hash, const MatchedPropertiesVector&); |
void clear(); |
void clearViewportDependent(); |