| Index: third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h b/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h
|
| index 0c51626c1c67f7b76916a012964ac7c175cd3fb7..79af5ffad5783581b24d3606d9297f082067cd75 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h
|
| @@ -17,7 +17,7 @@ class LayoutBlockItem : public LayoutBoxItem {
|
| : LayoutBoxItem(layoutBlock) {}
|
|
|
| explicit LayoutBlockItem(const LayoutBoxItem& item) : LayoutBoxItem(item) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!item || item.isLayoutBlock());
|
| + SECURITY_DCHECK(!item || item.isLayoutBlock());
|
| }
|
|
|
| explicit LayoutBlockItem(std::nullptr_t) : LayoutBoxItem(nullptr) {}
|
|
|