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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleResolver.h

Issue 2812743003: Rename cleanup in comments in css/ directory. (Closed)
Patch Set: Created 3 years, 8 months 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/StyleResolver.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
index 12345fbbe933319d680f84e2952dacaf01e52212..64894722565d0b8839da4f16baac36e64167bd64 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
@@ -139,7 +139,7 @@ class CORE_EXPORT StyleResolver final
void SetResizedForViewportUnits();
void ClearResizedForViewportUnits();
- // Exposed for ComputedStyle::isStyleAvilable().
+ // Exposed for ComputedStyle::IsStyleAvailable().
static ComputedStyle* StyleNotYetAvailable() {
return style_not_yet_available_;
}

Powered by Google App Engine
This is Rietveld 408576698