| Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| index 136c4dd61cd413f10fe4c3a1e7ede9c4a98c1305..5a5ee90394b516da5b21086c7984649d93fb38da 100644
|
| --- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| +++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| @@ -348,8 +348,6 @@ PassRefPtrWillBeRawPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPro
|
| return createFromFontWeight(style.fontWeight());
|
| case CSSPropertyHeight:
|
| return createFromLength(style.height(), style);
|
| - case CSSPropertyKerning:
|
| - return AnimatableSVGLength::create(style.kerning());
|
| case CSSPropertyLightingColor:
|
| return createFromColor(property, style);
|
| case CSSPropertyListStyleImage:
|
|
|