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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParserImpl.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/CSSParserImpl.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
index f66861c627588347119ace94b5683bb77e56774f..4383eaa2acd148585792af2fc20381ccf430391d 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
@@ -132,7 +132,7 @@ class CSSParserImpl {
CSSParserTokenRange block);
StyleRulePage* ConsumePageRule(CSSParserTokenRange prelude,
CSSParserTokenRange block);
- // Updates m_parsedProperties
+ // Updates parsed_properties_
void ConsumeApplyRule(CSSParserTokenRange prelude);
StyleRuleKeyframe* ConsumeKeyframeStyleRule(CSSParserTokenRange prelude,

Powered by Google App Engine
This is Rietveld 408576698