| Index: third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutText.h b/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| index 1eac45ec83361c9983f9211cc30ae361255d64b0..fee5c8041dd0d0b1f2e8f7471d1b0a0ae47f3509 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| @@ -25,6 +25,8 @@ public:
|
| ASSERT(!item || item.isText());
|
| }
|
|
|
| + LineLayoutText(std::nullptr_t) : LineLayoutItem(nullptr) { }
|
| +
|
| LineLayoutText() { }
|
|
|
| InlineTextBox* firstTextBox() const
|
|
|