| Index: third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h b/third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h
 | 
| index affb8030b1027f191b922fabfd3432a41491833d..03dc0b1ab7581b97b593655ee14ee5cafde6f6a1 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h
 | 
| @@ -24,7 +24,7 @@ struct CORE_EXPORT NGPositionedFloat {
 | 
|  
 | 
|    // In the case where a legacy FloatingObject is attached to not its own
 | 
|    // parent, e.g. a float surrounded by a bunch of nested empty divs,
 | 
| -  // NG float fragment's LeftOffset() cannot be used as legacy FloatingObject's
 | 
| +  // NG float fragment's left offset cannot be used as legacy FloatingObject's
 | 
|    // left offset because that offset should be relative to the original float
 | 
|    // parent.
 | 
|    // {@code paint_offset} is calculated when we know to which parent this float
 | 
| 
 |