| Index: third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h b/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| index 539bfee5c04a85ae0122dae775dfa33f78a3e7dd..a93c022df467f84758665e03a426afa142b2dab7 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| @@ -20,7 +20,7 @@ class LayoutBoxItem : public LayoutBoxModel {
|
| explicit LayoutBoxItem(LayoutBox* layoutBox) : LayoutBoxModel(layoutBox) {}
|
|
|
| explicit LayoutBoxItem(const LayoutItem& item) : LayoutBoxModel(item) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!item || item.isBox());
|
| + SECURITY_DCHECK(!item || item.isBox());
|
| }
|
|
|
| explicit LayoutBoxItem(std::nullptr_t) : LayoutBoxModel(nullptr) {}
|
|
|