| Index: third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp b/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
|
| index df699b1acf443985f3d3cbdbf7f2a76629e91fcc..26ea49b62cd4893d26ebdf91cff66b6ff37003e0 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSInterpolationTypesMap.cpp
|
| @@ -313,7 +313,8 @@ const InterpolationTypes& CSSInterpolationTypesMap::get(
|
| applicableTypes->push_back(
|
| WTF::makeUnique<CSSValueInterpolationType>(usedProperty));
|
|
|
| - auto addResult = applicableTypesMap.add(property, std::move(applicableTypes));
|
| + auto addResult =
|
| + applicableTypesMap.insert(property, std::move(applicableTypes));
|
| return *addResult.storedValue->value;
|
| }
|
|
|
|
|