| Index: third_party/WebKit/Source/core/animation/KeyframeEffect.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffect.cpp b/third_party/WebKit/Source/core/animation/KeyframeEffect.cpp
|
| index cafbfed9cfbe411ed43ad6dee8a9a61e6e09a1b2..5d480edfc656d7ccdf24d6886d5609b8ca6e5a16 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffect.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffect.cpp
|
| @@ -265,7 +265,7 @@ double KeyframeEffect::calculateTimeToEffectChange(bool forwards, double localTi
|
| ? std::numeric_limits<double>::infinity()
|
| : localTime - afterTime;
|
| default:
|
| - ASSERT_NOT_REACHED();
|
| + NOTREACHED();
|
| return std::numeric_limits<double>::infinity();
|
| }
|
| }
|
|
|