Index: third_party/WebKit/Source/core/animation/ListSVGInterpolation.h |
diff --git a/third_party/WebKit/Source/core/animation/ListSVGInterpolation.h b/third_party/WebKit/Source/core/animation/ListSVGInterpolation.h |
index 40b4c9083d2a1f42d7639ccff84af23961a0d528..89c3120ccea59d3c30ba0596597a0666c95f4e2f 100644 |
--- a/third_party/WebKit/Source/core/animation/ListSVGInterpolation.h |
+++ b/third_party/WebKit/Source/core/animation/ListSVGInterpolation.h |
@@ -57,7 +57,7 @@ private: |
const InterpolableList& listValue = toInterpolableList(value); |
RefPtrWillBeRawPtr<ListType> result = InterpolationType::createList(*attribute); |
for (size_t i = 0; i < listValue.length(); i++) |
- result->append(InterpolationType::fromInterpolableValue(*listValue.get(i), m_nonInterpolableData.at(i), element)); |
+ result->append(InterpolationType::fromInterpolableValue(*listValue.get(i), m_nonInterpolableData.at(i), element, attribute->attributeName())); |
return result.release(); |
} |