| Index: third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| index 9c621901859d2b610cc0b928e9a1a4e6d459a95e..0fd280941b5cbf685efc4af8849617ac3c516438 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| @@ -107,7 +107,7 @@ static inline bool isValidVisitedLinkProperty(CSSPropertyID id)
|
|
|
| void StyleBuilder::applyProperty(CSSPropertyID id, StyleResolverState& state, const CSSValue& value)
|
| {
|
| - if (RuntimeEnabledFeatures::cssVariablesEnabled() && id != CSSPropertyVariable
|
| + if (id != CSSPropertyVariable
|
| && (value.isVariableReferenceValue() || value.isPendingSubstitutionValue())) {
|
|
|
| const CSSValue* resolvedValue = value.isVariableReferenceValue() ?
|
|
|