| Index: third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h b/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| index b579df4b32ebd7b8ed49ebef5e521df2c2aea303..2437351af41e58b804b88bbbe07ac2a923e4028e 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| @@ -26,6 +26,8 @@ public:
|
| ASSERT(!item || item.isBoxModelObject());
|
| }
|
|
|
| + LineLayoutBoxModel(std::nullptr_t) : LineLayoutItem(nullptr) { }
|
| +
|
| LineLayoutBoxModel() { }
|
|
|
| PaintLayer* layer() const
|
|
|