| Index: Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp
|
| index 20dc97f347f486b1938243d03aa20841ca337a7e..7ffec2ecc1ff2bde452225b3c78be91c4d75eaf5 100644
|
| --- a/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -1385,10 +1385,6 @@ void StyleResolver::applyProperty(StyleResolverState& state, CSSPropertyID id, C
|
| return;
|
| }
|
|
|
| - CSSPrimitiveValue* primitiveValue = value->isPrimitiveValue() ? toCSSPrimitiveValue(value) : 0;
|
| - if (primitiveValue && primitiveValue->getValueID() == CSSValueCurrentcolor)
|
| - state.style()->setHasCurrentColor();
|
| -
|
| if (isInherit && !state.parentStyle()->hasExplicitlyInheritedProperties() && !CSSProperty::isInheritedProperty(id))
|
| state.parentStyle()->setHasExplicitlyInheritedProperties();
|
|
|
|
|