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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParserToken.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/parser/CSSParserToken.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserToken.h b/third_party/WebKit/Source/core/css/parser/CSSParserToken.h
index a1512ae5d6761e4d4568378e311a293bcef31e78..14ab60d0dc3339293861c1b33deb60702fef5374 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserToken.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserToken.h
@@ -155,7 +155,7 @@ class CORE_EXPORT CSSParserToken {
bool ValueDataCharRawEqual(const CSSParserToken& other) const;
- // m_value... is an unpacked StringView so that we can pack it
+ // value_... is an unpacked StringView so that we can pack it
// tightly with the rest of this object for a smaller object size.
bool value_is8_bit_ : 1;
unsigned value_length_;

Powered by Google App Engine
This is Rietveld 408576698