| Index: third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| index 7845e330853774e2db1f187662ad2a0c5e3b8a54..2e830b0c6d4394ba5c2eea9f70e6b8cbeee12a52 100644
|
| --- a/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/PropertyInterpolationTypesMapping.cpp
|
| @@ -372,7 +372,7 @@ const InterpolationTypes& PropertyInterpolationTypesMapping::get(const PropertyH
|
| applicableTypes->append(adoptPtr(new SVGValueInterpolationType(attribute)));
|
| }
|
|
|
| - auto addResult = applicableTypesMap.add(property, applicableTypes.release());
|
| + auto addResult = applicableTypesMap.add(property, std::move(applicableTypes));
|
| return *addResult.storedValue->value.get();
|
| }
|
|
|
|
|