| Index: third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| index 7292583645617df2fe56bb96376baa2081139fec..88430934824ade771888b7cd7c378f66db01ec6d 100644
|
| --- a/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
|
| @@ -30,7 +30,7 @@ public:
|
| PropertyHandle getProperty() const final { return m_property; }
|
| virtual void interpolate(int iteration, double fraction);
|
| bool dependsOnUnderlyingValue() const final;
|
| - virtual void apply(InterpolationEnvironment&) const { ASSERT_NOT_REACHED(); }
|
| + virtual void apply(InterpolationEnvironment&) const { NOTREACHED(); }
|
| static void applyStack(const ActiveInterpolations&, InterpolationEnvironment&);
|
|
|
| virtual bool isInvalidatableInterpolation() const { return true; }
|
|
|