| Index: Source/modules/credentialmanager/PasswordCredential.idl
|
| diff --git a/Source/modules/credentialmanager/PasswordCredential.idl b/Source/modules/credentialmanager/PasswordCredential.idl
|
| index 929aed31be33457d8f7239b7f5dfb942d5ec26ed..795afff2b15e61227518d667b63b7c8f9e539609 100644
|
| --- a/Source/modules/credentialmanager/PasswordCredential.idl
|
| +++ b/Source/modules/credentialmanager/PasswordCredential.idl
|
| @@ -7,6 +7,5 @@
|
| RaisesException=Constructor,
|
| Constructor(DOMString id, DOMString password, optional DOMString name, optional DOMString iconURL)
|
| ] interface PasswordCredential : Credential {
|
| - readonly attribute DOMString password;
|
| - readonly attribute FormData formData;
|
| + [CallWith=ScriptState] FormData toFormData(optional FormDataOptions options);
|
| };
|
|
|