| Index: third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
|
| index 67d09d114977f14bf53f895fb985152f753a3ab7..c50d5d83698c862c22ce7f1252446fa26195955e 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
|
| @@ -41,8 +41,8 @@ private:
|
| Persistent<const CSSValue> m_resolvedValue;
|
| };
|
|
|
| -CSSInterpolationType::CSSInterpolationType(CSSPropertyID property)
|
| - : InterpolationType(PropertyHandle(property))
|
| +CSSInterpolationType::CSSInterpolationType(PropertyHandle property)
|
| + : InterpolationType(property)
|
| {
|
| DCHECK(!isShorthandProperty(cssProperty()));
|
| }
|
|
|