Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Unified Diff: third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp

Issue 1444173002: third_party/WebKit: fix typos found in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CL Description change, Typo patch apply to upstream master. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/npruntime.cpp ('k') | third_party/WebKit/Source/core/css/CSSSelector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698