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

Unified Diff: third_party/WebKit/Source/core/css/invalidation/InvalidationSet.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/invalidation/InvalidationSet.h
diff --git a/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h b/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h
index 70e50fa376a68f3051996ea2ef61f4c6f582c22a..23f2e3bbe0bc9fb4a942503ffc3b9b3165ec0f9d 100644
--- a/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h
+++ b/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h
@@ -183,7 +183,7 @@ class CORE_EXPORT InvalidationSet {
// Implement reference counting manually so we can call a derived
// class destructor when the reference count decreases to 0.
// If we use RefCounted instead, at least one of our compilers
- // requires the ability for RefCounted<InvalidationSet>::deref()
+ // requires the ability for RefCounted<InvalidationSet>::Deref()
// to call ~InvalidationSet(), but this is not a virtual call.
int ref_count_;

Powered by Google App Engine
This is Rietveld 408576698