Index: Source/core/css/resolver/MatchedPropertiesCache.cpp |
diff --git a/Source/core/css/resolver/MatchedPropertiesCache.cpp b/Source/core/css/resolver/MatchedPropertiesCache.cpp |
index d39d13186fa3171bb93deb4c90d84ee32c80b7d4..1b0946d534fff02975249dcdfa95c1f763ca5afe 100644 |
--- a/Source/core/css/resolver/MatchedPropertiesCache.cpp |
+++ b/Source/core/css/resolver/MatchedPropertiesCache.cpp |
@@ -125,8 +125,6 @@ bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderSty |
return false; |
if (style->writingMode() != RenderStyle::initialWritingMode()) |
return false; |
- if (style->hasCurrentColor()) |
- return false; |
// The cache assumes static knowledge about which properties are inherited. |
if (parentStyle->hasExplicitlyInheritedProperties()) |
return false; |