| Index: Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| diff --git a/Source/core/css/resolver/MatchedPropertiesCache.cpp b/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| index a66f1e5dbf3747fe2974557de2d1245fd4444361..53305286fb68da595efece731b1846a6855e17a0 100644
|
| --- a/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| +++ b/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| @@ -143,7 +143,7 @@ void MatchedPropertiesCache::sweep(Timer<MatchedPropertiesCache>*)
|
| }
|
| #endif
|
|
|
| -bool MatchedPropertiesCache::isCacheable(const Element* element, const ComputedStyle& style, const ComputedStyle& parentStyle)
|
| +bool MatchedPropertiesCache::isCacheable(const ComputedStyle& style, const ComputedStyle& parentStyle)
|
| {
|
| if (style.unique() || (style.styleType() != NOPSEUDO && parentStyle.unique()))
|
| return false;
|
|
|