| Index: third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/PropertyRegistry.cpp b/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| index 478893a5c0881f59c55449715f2551d4d257b6b8..44a4156a629bee06ce438ad9dbda07a91b1136c9 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| +++ b/third_party/WebKit/Source/core/css/PropertyRegistry.cpp
|
| @@ -15,9 +15,10 @@ void PropertyRegistry::registerProperty(
|
| CSSInterpolationTypes cssInterpolationTypes) {
|
| DCHECK(!registration(name));
|
| m_registrations.set(
|
| - name, new PropertyRegistration(syntax, inherits, initial,
|
| - std::move(initialVariableData),
|
| - std::move(cssInterpolationTypes)));
|
| + name,
|
| + new PropertyRegistration(syntax, inherits, initial,
|
| + std::move(initialVariableData),
|
| + std::move(cssInterpolationTypes)));
|
| }
|
|
|
| const PropertyRegistration* PropertyRegistry::registration(
|
|
|