Index: third_party/WebKit/Source/core/animation/AnimationInputHelpers.cpp |
diff --git a/third_party/WebKit/Source/core/animation/AnimationInputHelpers.cpp b/third_party/WebKit/Source/core/animation/AnimationInputHelpers.cpp |
index 22687ac7a71bcc065a6f17eef7ddbc25d58b7a55..892df1e7018a7b7e506faebd02f620cddaa1bea5 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationInputHelpers.cpp |
+++ b/third_party/WebKit/Source/core/animation/AnimationInputHelpers.cpp |
@@ -41,7 +41,7 @@ PassRefPtr<TimingFunction> AnimationInputHelpers::parseTimingFunction(const Stri |
CSSValueList* valueList = toCSSValueList(value.get()); |
if (valueList->length() > 1) |
return nullptr; |
- return CSSToStyleMap::mapAnimationTimingFunction(valueList->item(0), true); |
+ return CSSToStyleMap::mapAnimationTimingFunction(*valueList->item(0), true); |
} |
} // namespace blink |