Index: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp |
index 8c17174270a765f2d45b3be600028a0ed727e602..93f1624dc4358cfca72214bac760bd8926ae8fde 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.cpp |
@@ -198,7 +198,7 @@ InterpolationValue CSSColorInterpolationType::maybeConvertInherit( |
// only use the unvisited color. |
const StyleColor inheritedColor = ColorPropertyFunctions::getUnvisitedColor( |
cssProperty(), *state.parentStyle()); |
- conversionCheckers.append( |
+ conversionCheckers.push_back( |
InheritedColorChecker::create(cssProperty(), inheritedColor)); |
return convertStyleColorPair(inheritedColor, inheritedColor); |
} |