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