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 fd942c0ca814fa5a684cec29291edad7f5f70445..55eb59dcf8000bb3af57908432e94f934ca3af93 100644 |
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp |
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp |
@@ -169,7 +169,7 @@ static StringKeyframeEffectModel* createKeyframeEffectModel( |
keyframes.append(endKeyframe); |
} |
DCHECK_GE(keyframes.size(), 2U); |
- DCHECK(!keyframes.first()->offset()); |
+ DCHECK(!keyframes.front()->offset()); |
DCHECK_EQ(keyframes.back()->offset(), 1); |
// This is used for use counting neutral keyframes running on the compositor. |