| Index: Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| diff --git a/Source/core/css/resolver/MatchedPropertiesCache.cpp b/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| index 5d9211751a7e272c78d71d885e374b78c3f91f27..fe988158839f979b4313b1f576c4027247dc117b 100644
|
| --- a/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| +++ b/Source/core/css/resolver/MatchedPropertiesCache.cpp
|
| @@ -147,8 +147,6 @@ bool MatchedPropertiesCache::isCacheable(const Element* element, const ComputedS
|
| {
|
| if (style.unique() || (style.styleType() != NOPSEUDO && parentStyle.unique()))
|
| return false;
|
| - if (style.hasAppearance())
|
| - return false;
|
| if (style.zoom() != ComputedStyle::initialZoom())
|
| return false;
|
| if (style.writingMode() != ComputedStyle::initialWritingMode() || style.direction() != ComputedStyle::initialDirection())
|
|
|