| Index: third_party/WebKit/Source/core/layout/LayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutText.h b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| index 10012e112e1b1f5dbe055d73c1b84714c7deacee..99426d2c10926da311717e20b95bc154277d7dd3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutText.h
|
| @@ -292,7 +292,8 @@ class CORE_EXPORT LayoutText : public LayoutObject {
|
| bool m_hasBreakableChar : 1;
|
| // Whether or not we have a hard break (e.g., <pre> with '\n').
|
| bool m_hasBreak : 1;
|
| - // Whether or not we have a variable width tab character (e.g., <pre> with '\t').
|
| + // Whether or not we have a variable width tab character (e.g., <pre> with
|
| + // '\t').
|
| bool m_hasTab : 1;
|
| bool m_hasBreakableStart : 1;
|
| bool m_hasBreakableEnd : 1;
|
|
|