| Index: Source/core/animation/StringKeyframe.cpp
|
| diff --git a/Source/core/animation/StringKeyframe.cpp b/Source/core/animation/StringKeyframe.cpp
|
| index 3aab4e8965ca19454b9306bacc00adbe41276561..a9defea090fc3321c93218ebd07d8c421e0f8fd2 100644
|
| --- a/Source/core/animation/StringKeyframe.cpp
|
| +++ b/Source/core/animation/StringKeyframe.cpp
|
| @@ -221,10 +221,6 @@ PassRefPtrWillBeRawPtr<Interpolation> StringKeyframe::PropertySpecificKeyframe::
|
| fallBackToLegacy = true;
|
|
|
| break;
|
| - case CSSPropertyFontSizeAdjust:
|
| - // FIXME: Requires special handing for 0.
|
| - fallBackToLegacy = true;
|
| - break;
|
| case CSSPropertyOrphans:
|
| case CSSPropertyWidows:
|
| case CSSPropertyZIndex:
|
| @@ -232,6 +228,7 @@ PassRefPtrWillBeRawPtr<Interpolation> StringKeyframe::PropertySpecificKeyframe::
|
| case CSSPropertyShapeImageThreshold:
|
| case CSSPropertyFillOpacity:
|
| case CSSPropertyFloodOpacity:
|
| + case CSSPropertyFontSizeAdjust:
|
| case CSSPropertyOpacity:
|
| case CSSPropertyStopOpacity:
|
| case CSSPropertyStrokeOpacity:
|
|
|