| Index: third_party/WebKit/Source/core/layout/api/LayoutMenuListItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutMenuListItem.h b/third_party/WebKit/Source/core/layout/api/LayoutMenuListItem.h
|
| index 077e8725ee431270e175b932d40eeb2bd4bd8256..56c732b4b697a0fff6a3a6cd945230cb7ee818ee 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutMenuListItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutMenuListItem.h
|
| @@ -18,7 +18,7 @@ class LayoutMenuListItem : public LayoutBlockItem {
|
|
|
| explicit LayoutMenuListItem(const LayoutBlockItem& item)
|
| : LayoutBlockItem(item) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!item || item.isMenuList());
|
| + SECURITY_DCHECK(!item || item.isMenuList());
|
| }
|
|
|
| explicit LayoutMenuListItem(std::nullptr_t) : LayoutBlockItem(nullptr) {}
|
|
|