| 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 9e9aa0903db57c5f66350dbc6bbc1a4e0922244a..8d11f2d90e9ed848e25e849a95ea04d3c1b104a2 100644
|
| --- a/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
|
| @@ -287,7 +287,7 @@ void CSSAnimations::calculateAnimationUpdate(CSSAnimationUpdate& update, const E
|
| if (name == CSSAnimationData::initialName())
|
| continue;
|
|
|
| - // Find n where this is the nth occurence of this animation name.
|
| + // Find n where this is the nth occurrence of this animation name.
|
| size_t nameIndex = 0;
|
| for (size_t j = 0; j < i; j++) {
|
| if (nameList[j] == name)
|
|
|