| Index: third_party/WebKit/Source/core/animation/PrimitiveInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/PrimitiveInterpolation.h b/third_party/WebKit/Source/core/animation/PrimitiveInterpolation.h
|
| index 6ded4b806e228b7ae47344ccf39ef9e9015f88d1..cc07984c426c85eb0fc542a2efd16fb8be96a1f2 100644
|
| --- a/third_party/WebKit/Source/core/animation/PrimitiveInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/PrimitiveInterpolation.h
|
| @@ -63,7 +63,7 @@ private:
|
| {
|
| ASSERT(result);
|
| ASSERT(&result->type() == &m_type);
|
| - ASSERT(result->nonInterpolableValue() == m_nonInterpolableValue.get());
|
| + ASSERT(result->getNonInterpolableValue() == m_nonInterpolableValue.get());
|
| m_start->interpolate(*m_end, fraction, *result->mutableValue().interpolableValue);
|
| }
|
|
|
|
|