| 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 00a1398e559fc9cde099c9e0bc8993a4474523e6..a3a30d32fc9b66732991169e3afd08788d2e5818 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
| @@ -884,7 +884,7 @@ void StyleBuilderFunctions::applyValueCSSPropertyVariable(
|
| const CSSCustomPropertyDeclaration& declaration =
|
| toCSSCustomPropertyDeclaration(value);
|
| const AtomicString& name = declaration.name();
|
| - const PropertyRegistry::Registration* registration = nullptr;
|
| + const PropertyRegistration* registration = nullptr;
|
| const PropertyRegistry* registry = state.document().propertyRegistry();
|
| if (registry)
|
| registration = registry->registration(name);
|
|
|