| Index: third_party/WebKit/Source/web/mac/WebSubstringUtil.mm
|
| diff --git a/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm b/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm
|
| index af5d327ed750bfadeb9c9591b48365fca8665f00..26f6185fed011efbf3504af0f245d53ba21527b0 100644
|
| --- a/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm
|
| +++ b/third_party/WebKit/Source/web/mac/WebSubstringUtil.mm
|
| @@ -72,7 +72,7 @@ static NSAttributedString* attributedSubstringFromRange(const EphemeralRange& ra
|
|
|
| Node* container = it.currentContainer();
|
| LayoutObject* layoutObject = container->layoutObject();
|
| - ASSERT(layoutObject);
|
| + DCHECK(layoutObject);
|
| if (!layoutObject)
|
| continue;
|
|
|
|
|