| Index: Source/core/css/resolver/MatchedPropertiesCache.h
|
| diff --git a/Source/core/css/resolver/MatchedPropertiesCache.h b/Source/core/css/resolver/MatchedPropertiesCache.h
|
| index 00ae9a36dcf92cbe4e19865779ec875644e5014c..ced8d6d8cf6ac60310dc8f027f13c5aa8e1c14ca 100644
|
| --- a/Source/core/css/resolver/MatchedPropertiesCache.h
|
| +++ b/Source/core/css/resolver/MatchedPropertiesCache.h
|
| @@ -101,7 +101,7 @@ public:
|
| void clear();
|
| void clearViewportDependent();
|
|
|
| - static bool isCacheable(const Element*, const ComputedStyle&, const ComputedStyle& parentStyle);
|
| + static bool isCacheable(const ComputedStyle&, const ComputedStyle& parentStyle);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|