Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp |
diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
index d3d2cf1423527d3b36eeefdadf05865218f19c96..fd3f8f58a42450e6a5755064afa70f137f754a5b 100644 |
--- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
+++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
@@ -433,7 +433,7 @@ PassRefPtrWillBeRawPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPro |
style.svgStyle().strokePaintColor(), style.svgStyle().visitedLinkStrokePaintColor(), |
style.svgStyle().strokePaintUri(), style.svgStyle().visitedLinkStrokePaintUri()); |
case CSSPropertyTextDecorationColor: |
- return AnimatableColor::create(style.textDecorationColor().resolve(style.color()), style.visitedLinkTextDecorationColor().resolve(style.visitedLinkColor())); |
+ return createFromColor(property, style); |
case CSSPropertyTextIndent: |
return createFromLength(style.textIndent(), style); |
case CSSPropertyTextShadow: |