| Index: third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
|
| index 26c1632db36a4129783ae297216c75d11f17a3d8..76269e91409c54eac754764bf470ff7ae1e09c42 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
|
| @@ -84,7 +84,7 @@ MutableStylePropertySet::SetResult CSSParserImpl::parseVariableValue(
|
| const CSSCustomPropertyDeclaration* parsedDeclaration =
|
| toCSSCustomPropertyDeclaration(parser.m_parsedProperties[0].value());
|
| if (parsedDeclaration->value() && registry) {
|
| - const PropertyRegistry::Registration* registration =
|
| + const PropertyRegistration* registration =
|
| registry->registration(propertyName);
|
| // TODO(timloh): This is a bit wasteful, we parse the registered property
|
| // to validate but throw away the result.
|
|
|