| Index: third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp
|
| index f335ce50b5aabc3e42554e27d60d8170f0a18e49..03f717342510331f2e20b32ff3df80e9482e2a8a 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp
|
| @@ -78,7 +78,7 @@ InterpolationValue CSSPathInterpolationType::maybeConvertInherit(
|
| if (!state.parentStyle())
|
| return nullptr;
|
|
|
| - conversionCheckers.append(
|
| + conversionCheckers.push_back(
|
| InheritedPathChecker::create(state.parentStyle()->svgStyle().d()));
|
| return PathInterpolationFunctions::convertValue(
|
| state.parentStyle()->svgStyle().d());
|
|
|