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

Unified Diff: third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.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/css/resolver/SharedStyleFinder.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp
index ff251b5a974f96c2b50f1a537eca42703b9b10f4..e359587cbca8e25d23d21e0165d8a74a2da1907c 100644
--- a/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp
@@ -137,7 +137,7 @@ bool SharedStyleFinder::sharingCandidateHasIdenticalStyleAffectingAttributes(Ele
if (candidate.hasClass() && classNamesAffectedByRules(candidate.classNames()))
return false;
} else if (candidate.hasClass()) {
- // SVG elements require a (slow!) getAttribute comparision because "class" is an animatable attribute for SVG.
+ // SVG elements require a (slow!) getAttribute comparison because "class" is an animatable attribute for SVG.
if (element().isSVGElement()) {
if (element().getAttribute(classAttr) != candidate.getAttribute(classAttr))
return false;
« no previous file with comments | « third_party/WebKit/Source/core/css/RuleSetTest.cpp ('k') | third_party/WebKit/Source/core/dom/SelectorQuery.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698