| Index: third_party/WebKit/Source/core/animation/animatable/AnimatableFilterOperations.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/animatable/AnimatableFilterOperations.cpp b/third_party/WebKit/Source/core/animation/animatable/AnimatableFilterOperations.cpp
|
| index 633ac7ad69cde9c9e159a31f50adc607a17033af..e5b2c34f3d20251d20a16a589ccecb354034da1b 100644
|
| --- a/third_party/WebKit/Source/core/animation/animatable/AnimatableFilterOperations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/animatable/AnimatableFilterOperations.cpp
|
| @@ -57,7 +57,7 @@ PassRefPtr<AnimatableValue> AnimatableFilterOperations::interpolateTo(const Anim
|
| if (blendedOp)
|
| result.operations().append(blendedOp);
|
| else
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| }
|
| return AnimatableFilterOperations::create(result);
|
| }
|
|
|