| Index: third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| index c0dddf30267be19d783f201c12846d047cda9cfc..28307509e3ca736a4016eb5665954b7a73a8d22d 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| @@ -16,9 +16,9 @@
|
|
|
| namespace blink {
|
|
|
| -CSSLengthListInterpolationType::CSSLengthListInterpolationType(CSSPropertyID property)
|
| +CSSLengthListInterpolationType::CSSLengthListInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| - , m_valueRange(LengthListPropertyFunctions::getValueRange(property))
|
| + , m_valueRange(LengthListPropertyFunctions::getValueRange(cssProperty()))
|
| {
|
| }
|
|
|
|
|