| Index: third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| index f997e423c15d86bca7ad9ceab70b8db35adc317b..0978c80e0f9d39c8bba70cf84a13f4600020f5a5 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h
|
| @@ -76,8 +76,8 @@ class LineLayoutItem {
|
| LineLayoutBox containingBlock() const;
|
|
|
| // Implemented in LineLayoutBoxModel.h
|
| - // Intentionally returns a LineLayoutBoxModel to avoid exposing LayoutBoxModelObject
|
| - // to the line layout code.
|
| + // Intentionally returns a LineLayoutBoxModel to avoid exposing
|
| + // LayoutBoxModelObject to the line layout code.
|
| LineLayoutBoxModel enclosingBoxModelObject() const;
|
|
|
| LineLayoutItem container() const {
|
|
|