| Index: third_party/WebKit/Source/core/layout/api/LineLayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutBox.h b/third_party/WebKit/Source/core/layout/api/LineLayoutBox.h
|
| index b9c624905c98faaac6139c9df4ce914508f1199d..3d53826437a7f7a5231bcb25ef222ff6fb21d05d 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutBox.h
|
| @@ -27,6 +27,8 @@ public:
|
| ASSERT(!item || item.isBox());
|
| }
|
|
|
| + explicit LineLayoutBox(std::nullptr_t) : LineLayoutBoxModel(nullptr) { }
|
| +
|
| LineLayoutBox() { }
|
|
|
| LayoutPoint location() const
|
|
|