| Index: third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| index 0078b6cc139a7cefb7be5766285f43dae58408bb..15a51f5a6fc61fb50ec7884c85582e34aeb5a441 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| @@ -19,7 +19,7 @@ class LayoutViewItem : public LayoutBlockItem {
|
| : LayoutBlockItem(layoutView) {}
|
|
|
| explicit LayoutViewItem(const LayoutBlockItem& item) : LayoutBlockItem(item) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!item || item.isLayoutView());
|
| + SECURITY_DCHECK(!item || item.isLayoutView());
|
| }
|
|
|
| explicit LayoutViewItem(std::nullptr_t) : LayoutBlockItem(nullptr) {}
|
|
|