Index: third_party/WebKit/Source/core/layout/api/LineLayoutInline.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutInline.h b/third_party/WebKit/Source/core/layout/api/LineLayoutInline.h |
index fb3542902b2312ab0456f3d73d4494ff90f75bca..a0f28d423a5fcdc445baa0b67bf581903ec9bb35 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutInline.h |
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutInline.h |
@@ -28,6 +28,8 @@ public: |
ASSERT(!item || item.isLayoutInline()); |
} |
+ explicit LineLayoutInline(std::nullptr_t) : LineLayoutBoxModel(nullptr) { } |
+ |
LineLayoutInline() { } |
LineLayoutItem firstChild() const |