| Index: third_party/WebKit/Source/core/layout/api/LayoutPartItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutPartItem.h b/third_party/WebKit/Source/core/layout/api/LayoutPartItem.h
|
| index 6c4a8ab7324fcd8eda13efd839a0df86b4ad61af..f0e0fd0af0482649e5a24af810d91798de775516 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutPartItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutPartItem.h
|
| @@ -15,7 +15,7 @@ class LayoutPartItem : public LayoutBoxItem {
|
| explicit LayoutPartItem(LayoutPart* layoutPart) : LayoutBoxItem(layoutPart) {}
|
|
|
| explicit LayoutPartItem(const LayoutItem& item) : LayoutBoxItem(item) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!item || item.isLayoutPart());
|
| + SECURITY_DCHECK(!item || item.isLayoutPart());
|
| }
|
|
|
| explicit LayoutPartItem(std::nullptr_t) : LayoutBoxItem(nullptr) {}
|
|
|