| 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,
|
|
|