| Index: third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp
|
| diff --git a/third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp b/third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp
|
| index 3eacc9d265fb9f7427ce3d6737c2f2b11ecfdf9f..50ae432e4405c61f42c5b92a19b49e1105b099a3 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp
|
| +++ b/third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp
|
| @@ -40,7 +40,7 @@ ArchiveResource::ArchiveResource(PassRefPtr<SharedBuffer> data,
|
| data_(std::move(data)),
|
| mime_type_(mime_type),
|
| text_encoding_(text_encoding) {
|
| - ASSERT(data_);
|
| + DCHECK(data_);
|
| }
|
|
|
| ArchiveResource::~ArchiveResource() {}
|
|
|