| Index: third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp
|
| index 9b88d7f001ac93dba3b58e08d324f70067ad3b08..ea9504af7be201aac6fdb60e2dee3496b5a7f8b1 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp
|
| @@ -102,7 +102,7 @@ InterpolationValue CSSTranslateInterpolationType::maybeConvertInherit(
|
| ConversionCheckers& conversionCheckers) const {
|
| TranslateTransformOperation* inheritedTranslate =
|
| state.parentStyle()->translate();
|
| - conversionCheckers.append(
|
| + conversionCheckers.push_back(
|
| InheritedTranslateChecker::create(inheritedTranslate));
|
| return convertTranslateOperation(inheritedTranslate,
|
| state.parentStyle()->effectiveZoom());
|
|
|