| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index e10ecc919ce81bd377d3989b1c6762b8d3aa92b6..1c2ba0d32e97fd0fde04dce01deda81468a2bf52 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -1945,7 +1945,7 @@ const CSSValue* ComputedStyleCSSValueMapping::get(
|
| const ComputedStyle& style,
|
| const PropertyRegistry* registry) {
|
| if (registry) {
|
| - const PropertyRegistry::Registration* registration =
|
| + const PropertyRegistration* registration =
|
| registry->registration(customPropertyName);
|
| if (registration) {
|
| const CSSValue* result = style.getRegisteredVariable(
|
|
|