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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSLazyParsingState.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/CSSLazyParsingState.h
diff --git a/third_party/WebKit/Source/core/css/parser/CSSLazyParsingState.h b/third_party/WebKit/Source/core/css/parser/CSSLazyParsingState.h
index 0536da874106ffae8778f03415e730fef8385908..e98dea3f29391f2f8ef70b1aefc806880d43e0a3 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSLazyParsingState.h
+++ b/third_party/WebKit/Source/core/css/parser/CSSLazyParsingState.h
@@ -31,7 +31,7 @@ class CSSLazyParsingState
// know the total number of style rules that deferred parsing.
void FinishInitialParsing();
- // Helper method used to bump m_totalStyleRules.
+ // Helper method used to bump total_style_rules_.
CSSLazyPropertyParserImpl* CreateLazyParser(const CSSParserTokenRange& block);
const CSSParserContext* Context();

Powered by Google App Engine
This is Rietveld 408576698