| Index: third_party/WebKit/Source/core/layout/api/LayoutTextFragmentItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutTextFragmentItem.h b/third_party/WebKit/Source/core/layout/api/LayoutTextFragmentItem.h
|
| index 33ef79129be14909c6d5e2715b5107b68bd7c588..0e59893b56c7a4140ecdbb5ab7b06af0104388b9 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutTextFragmentItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutTextFragmentItem.h
|
| @@ -19,7 +19,7 @@ class LayoutTextFragmentItem : public LayoutTextItem {
|
|
|
| explicit LayoutTextFragmentItem(const LayoutTextItem& item)
|
| : LayoutTextItem(item) {
|
| - ASSERT_WITH_SECURITY_IMPLICATION(!item || item.isTextFragment());
|
| + SECURITY_DCHECK(!item || item.isTextFragment());
|
| }
|
|
|
| explicit LayoutTextFragmentItem(std::nullptr_t) : LayoutTextItem(nullptr) {}
|
|
|