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

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp

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.cpp
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
index 8d72c2d534c1c14fab24e210d63432267f656cbb..618269b31e0d9877a2071a6c8f415444629dd355 100644
--- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp
@@ -467,7 +467,7 @@ StyleRuleBase* CSSParserImpl::ConsumeAtRule(CSSParserTokenRange& range,
return ConsumeNamespaceRule(prelude);
if (allowed_rules == kApplyRules && id == kCSSAtRuleApply) {
ConsumeApplyRule(prelude);
- return nullptr; // consumeApplyRule just updates m_parsedProperties
+ return nullptr; // ConsumeApplyRule just updates parsed_properties_
}
return nullptr; // Parse error, unrecognised at-rule without block
}

Powered by Google App Engine
This is Rietveld 408576698