| Index: sky/engine/core/css/resolver/MatchedPropertiesCache.cpp
|
| diff --git a/sky/engine/core/css/resolver/MatchedPropertiesCache.cpp b/sky/engine/core/css/resolver/MatchedPropertiesCache.cpp
|
| index edcf16f7c9c5f33bee93e5960863ec5fb668706d..83f03a4292c05ae74499ae4be7aac698e19069f6 100644
|
| --- a/sky/engine/core/css/resolver/MatchedPropertiesCache.cpp
|
| +++ b/sky/engine/core/css/resolver/MatchedPropertiesCache.cpp
|
| @@ -137,7 +137,7 @@ void MatchedPropertiesCache::sweep(Timer<MatchedPropertiesCache>*)
|
|
|
| bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const RenderStyle* parentStyle)
|
| {
|
| - if (style->unique() || (style->styleType() != NOPSEUDO && parentStyle->unique()))
|
| + if (style->unique())
|
| return false;
|
| if (style->hasCurrentColor())
|
| return false;
|
|
|