| Index: Source/core/css/resolver/StyleBuilderCustom.cpp
|
| diff --git a/Source/core/css/resolver/StyleBuilderCustom.cpp b/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| index c98963105bc447ef5a7321b36d1768ff724d8402..5f66190742e649e7f3b92b1a008cc1b3f0eb81f1 100644
|
| --- a/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| +++ b/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| @@ -120,10 +120,6 @@ void StyleBuilder::applyProperty(CSSPropertyID id, StyleResolverState& state, CS
|
| return;
|
| }
|
|
|
| - CSSPrimitiveValue* primitiveValue = value->isPrimitiveValue() ? toCSSPrimitiveValue(value) : 0;
|
| - if (primitiveValue && primitiveValue->getValueID() == CSSValueCurrentcolor)
|
| - state.style()->setHasCurrentColor();
|
| -
|
| if (isInherit && !state.parentStyle()->hasExplicitlyInheritedProperties() && !CSSPropertyMetadata::isInheritedProperty(id))
|
| state.parentStyle()->setHasExplicitlyInheritedProperties();
|
|
|
|
|