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

Unified Diff: third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.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/CSSSyntaxDescriptor.h
diff --git a/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.h b/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.h
index 17cd5d899aafbad9a6fff2c64bc256a6449facfa..5b20b9a666acd4166b55e2df81a5fee023fbb899 100644
--- a/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.h
+++ b/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.h
@@ -35,7 +35,7 @@ struct CSSSyntaxComponent {
: type_(type), string_(string), repeatable_(repeatable) {}
CSSSyntaxType type_;
- String string_; // Only used when m_type is CSSSyntaxType::Ident
+ String string_; // Only used when type_ is CSSSyntaxType::kIdent
bool repeatable_;
};

Powered by Google App Engine
This is Rietveld 408576698