| Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| index cdaadc631d0c8a00a7fc42f82ddb8e796a54ccfe..8a97b542f2130403c2d5c14bfad8256cadeecffe 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| @@ -29,7 +29,7 @@ public:
|
| }
|
| static bool hasPercentage(const NonInterpolableValue* nonInterpolableValue)
|
| {
|
| - ASSERT(!nonInterpolableValue || nonInterpolableValue->type() == CSSLengthNonInterpolableValue::staticType);
|
| + ASSERT(!nonInterpolableValue || nonInterpolableValue->getType() == CSSLengthNonInterpolableValue::staticType);
|
| return static_cast<bool>(nonInterpolableValue);
|
| }
|
|
|
|
|