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_; |