| Index: third_party/WebKit/Source/core/layout/api/LayoutBoxModel.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutBoxModel.h b/third_party/WebKit/Source/core/layout/api/LayoutBoxModel.h
|
| index 1b68769bc8f65bc2d87dc59d3306dc1a953265d9..6b6e34dd95c28d83db98953a1dc81d6903bc5f1b 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutBoxModel.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutBoxModel.h
|
| @@ -18,7 +18,7 @@ class LayoutBoxModel : public LayoutItem {
|
| : LayoutItem(layoutBox) {}
|
|
|
| explicit LayoutBoxModel(const LayoutItem& item) : LayoutItem(item) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!item || item.isBoxModelObject());
|
| + SECURITY_DCHECK(!item || item.isBoxModelObject());
|
| }
|
|
|
| explicit LayoutBoxModel(std::nullptr_t) : LayoutItem(nullptr) {}
|
|
|