| Index: Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| diff --git a/Source/core/css/resolver/AnimatedStyleBuilder.cpp b/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| index 6c6ad4d66ce15a493beda15e219da48cd4bf69b7..bb7c978cebf4ba7e18badde628a6c832c851ad01 100644
|
| --- a/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| +++ b/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| @@ -575,7 +575,7 @@ void AnimatedStyleBuilder::applyProperty(CSSPropertyID property, StyleResolverSt
|
| style->setTextStrokeColor(toAnimatableColor(value)->color());
|
| style->setVisitedLinkTextStrokeColor(toAnimatableColor(value)->visitedLinkColor());
|
| return;
|
| - case CSSPropertyWebkitTransform: {
|
| + case CSSPropertyTransform: {
|
| const TransformOperations& operations = toAnimatableTransform(value)->transformOperations();
|
| // FIXME: This normalization (handling of 'none') should be performed at input in AnimatableValueFactory.
|
| style->setTransform(operations.size() ? operations : TransformOperations(true));
|
|
|