| Index: third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPropertySourceData.h b/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| index 3025bb7f7857652498021360d200c16d22c8f89e..ae549c1ab34b1b80754f900fe734dc4788c82cbe 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| @@ -146,7 +146,8 @@ class CSSRuleSourceData : public RefCounted<CSSRuleSourceData> {
|
| // Range of the selector list in the enclosing source.
|
| SourceRange ruleHeaderRange;
|
|
|
| - // Range of the rule body (e.g. style text for style rules) in the enclosing source.
|
| + // Range of the rule body (e.g. style text for style rules) in the enclosing
|
| + // source.
|
| SourceRange ruleBodyRange;
|
|
|
| // Only for CSSStyleRules.
|
|
|