| Index: third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleResult.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleResult.cpp b/third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleResult.cpp
|
| index f4fa944e9305cd78c95d759288a1d1b89dae7957..0e1dfaa9052cf7716c16aae00f8e7ecfa4851805 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleResult.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebContentDecryptionModuleResult.cpp
|
| @@ -36,7 +36,7 @@ void WebContentDecryptionModuleResult::CompleteWithError(
|
| WebContentDecryptionModuleResult::WebContentDecryptionModuleResult(
|
| ContentDecryptionModuleResult* impl)
|
| : impl_(impl) {
|
| - ASSERT(impl_.Get());
|
| + DCHECK(impl_.Get());
|
| }
|
|
|
| void WebContentDecryptionModuleResult::Reset() {
|
|
|