| 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 46ee042dd0bfc72e003a56f247efa90f815447fe..38d3d9a3f46aa93e31397c0b94a87a4da09b230e 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| @@ -954,8 +954,6 @@ void StyleBuilderFunctions::applyValueCSSPropertyVariable(
|
| const CSSValue* parsedValue =
|
| declaration.value()->parseForSyntax(registration->syntax());
|
| if (parsedValue) {
|
| - parsedValue = &StyleBuilderConverter::convertRegisteredPropertyValue(
|
| - state, *parsedValue);
|
| DCHECK(parsedValue);
|
| if (isInheritedProperty)
|
| state.style()->setResolvedInheritedVariable(name, declaration.value(),
|
|
|