| Index: third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
|
| diff --git a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
|
| index 55dbf250aacad4f97ab6718739dd682b4de89951..8336951f821d8898d2c15b9d34eafd6b6fb5e23d 100644
|
| --- a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
|
| +++ b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
|
| @@ -92,7 +92,7 @@ PasswordCredential* PasswordCredential::Create(
|
| PasswordCredential::Create(data, exception_state);
|
| if (exception_state.HadException())
|
| return nullptr;
|
| - ASSERT(credential);
|
| + DCHECK(credential);
|
|
|
| // After creating the Credential, populate its 'additionalData', 'idName', and
|
| // 'passwordName' attributes. If the form's 'enctype' is anything other than
|
|
|