| Index: third_party/WebKit/Source/core/layout/api/LineLayoutListMarker.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutListMarker.h b/third_party/WebKit/Source/core/layout/api/LineLayoutListMarker.h
|
| index 68d6ca1608fb162b959c03299e486d8ba373ae48..d115c8f0ad3c4435ae2000da696dd15d6dd7139b 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutListMarker.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutListMarker.h
|
| @@ -23,6 +23,8 @@ public:
|
| ASSERT(!item || item.isListMarker());
|
| }
|
|
|
| + explicit LineLayoutListMarker(std::nullptr_t) : LineLayoutBox(nullptr) { }
|
| +
|
| LineLayoutListMarker() { }
|
|
|
| bool isInside() const
|
|
|