| Index: third_party/WebKit/Source/core/editing/EditingStyle.h
 | 
| diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.h b/third_party/WebKit/Source/core/editing/EditingStyle.h
 | 
| index a88ee786038d9ad8f1ef5dd65103eccfad09e801..f4e7add9130f57685456b22b84e035ea14a07bee 100644
 | 
| --- a/third_party/WebKit/Source/core/editing/EditingStyle.h
 | 
| +++ b/third_party/WebKit/Source/core/editing/EditingStyle.h
 | 
| @@ -268,7 +268,8 @@ class StyleChange {
 | 
|    String m_applyFontSize;
 | 
|  };
 | 
|  
 | 
| -// FIXME: Remove these functions or make them non-global to discourage using CSSStyleDeclaration directly.
 | 
| +// FIXME: Remove these functions or make them non-global to discourage using
 | 
| +// CSSStyleDeclaration directly.
 | 
|  CSSValueID getIdentifierValue(CSSStyleDeclaration*, CSSPropertyID);
 | 
|  CSSValueID getIdentifierValue(StylePropertySet*, CSSPropertyID);
 | 
|  
 | 
| 
 |