| Index: third_party/WebKit/Source/core/layout/api/LayoutEmbeddedItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutEmbeddedItem.h b/third_party/WebKit/Source/core/layout/api/LayoutEmbeddedItem.h
|
| index 3dc6e6edf04f479feca16567e31f80cf46aa8735..6392c945fe33a44dfbb5164ba36fd6dcb99ba687 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutEmbeddedItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutEmbeddedItem.h
|
| @@ -16,7 +16,7 @@ class LayoutEmbeddedItem : public LayoutPartItem {
|
| : LayoutPartItem(layoutEmbeddedObject) {}
|
|
|
| explicit LayoutEmbeddedItem(const LayoutItem& item) : LayoutPartItem(item) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!item || item.isEmbeddedObject());
|
| + SECURITY_DCHECK(!item || item.isEmbeddedObject());
|
| }
|
|
|
| explicit LayoutEmbeddedItem(std::nullptr_t) : LayoutPartItem(nullptr) {}
|
|
|