| Index: LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html
|
| diff --git a/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html b/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html
|
| index fdb300346ac041cff0ccf527ef1c446b1a0359bf..1aa45e228299cbb53423d1d2c00e08aab802aaf4 100644
|
| --- a/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html
|
| +++ b/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifyfailedsignin-basics.html
|
| @@ -9,7 +9,7 @@ function stubResolverChecker(c) {
|
| }
|
|
|
| function stubRejectionChecker(reason) {
|
| - assert_unreached("notifyFailedSignIn() should not reject, but did: " + reason.name);
|
| + assert_unreached("notifyFailedSignIn() should not reject, but did: " + reason);
|
| }
|
|
|
| var local = new LocalCredential('id', 'name', 'https://example.com/avatar.png', 'pencil');
|
|
|