| Index: Source/modules/credentialmanager/PasswordCredential.idl
|
| diff --git a/Source/modules/credentialmanager/PasswordCredential.idl b/Source/modules/credentialmanager/PasswordCredential.idl
|
| index db89b0b7d45dc047dd7f134e10b9f4c0d410656c..929aed31be33457d8f7239b7f5dfb942d5ec26ed 100644
|
| --- a/Source/modules/credentialmanager/PasswordCredential.idl
|
| +++ b/Source/modules/credentialmanager/PasswordCredential.idl
|
| @@ -5,7 +5,7 @@
|
| [
|
| RuntimeEnabled=CredentialManager,
|
| RaisesException=Constructor,
|
| - Constructor(DOMString id, DOMString password, optional DOMString name, optional DOMString avatarURL)
|
| + Constructor(DOMString id, DOMString password, optional DOMString name, optional DOMString iconURL)
|
| ] interface PasswordCredential : Credential {
|
| readonly attribute DOMString password;
|
| readonly attribute FormData formData;
|
|
|