| Index: third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| index 6728de8b0b262a4aac054086561869958ab5eea6..31429e97eb6e78b54b51257c5c669aad71aa284c 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| @@ -170,7 +170,7 @@ static StringKeyframeEffectModel* createKeyframeEffectModel(
|
| }
|
| DCHECK_GE(keyframes.size(), 2U);
|
| DCHECK(!keyframes.first()->offset());
|
| - DCHECK_EQ(keyframes.last()->offset(), 1);
|
| + DCHECK_EQ(keyframes.back()->offset(), 1);
|
|
|
| // This is used for use counting neutral keyframes running on the compositor.
|
| PropertySet allProperties;
|
|
|