Index: Source/core/css/resolver/MatchedPropertiesCache.cpp |
diff --git a/Source/core/css/resolver/MatchedPropertiesCache.cpp b/Source/core/css/resolver/MatchedPropertiesCache.cpp |
index 888f8bc8ab59ea888fe4a214f47f47c2f79f0234..a66f1e5dbf3747fe2974557de2d1245fd4444361 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()) |