| Index: third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h b/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| index 999ab9b6c2a21379cec2fd17b152179f7088caa6..1b62f7572b23e81ffd3341d869ddb2fb7dec2345 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutBoxModel.h
|
| @@ -20,7 +20,7 @@ class LineLayoutBoxModel : public LineLayoutItem {
|
|
|
| explicit LineLayoutBoxModel(const LineLayoutItem& item)
|
| : LineLayoutItem(item) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!item || item.isBoxModelObject());
|
| + SECURITY_DCHECK(!item || item.isBoxModelObject());
|
| }
|
|
|
| explicit LineLayoutBoxModel(std::nullptr_t) : LineLayoutItem(nullptr) {}
|
|
|