| Index: Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| diff --git a/Source/core/css/resolver/AnimatedStyleBuilder.cpp b/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| index 70f32003369f202a419288cb73929848d5e4f494..e8f3950f79362c8a107cdad1a44900fbd2581b25 100644
|
| --- a/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| +++ b/Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
| @@ -378,9 +378,6 @@ void AnimatedStyleBuilder::applyProperty(CSSPropertyID property, StyleResolverSt
|
| case CSSPropertyHeight:
|
| style->setHeight(animatableValueToLength(value, state, NonNegativeValues));
|
| return;
|
| - case CSSPropertyKerning:
|
| - style->setKerning(toAnimatableSVGLength(value)->toSVGLength());
|
| - return;
|
| case CSSPropertyLeft:
|
| style->setLeft(animatableValueToLength(value, state));
|
| return;
|
|
|