| Index: third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
|
| diff --git a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
|
| index d4d44fc57cff19093f3aecb5e9d318f0c9db7468..08cc440ac35256f8bcdc2c53c601b131a8639d5d 100644
|
| --- a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
|
| +++ b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
|
| @@ -10,7 +10,7 @@ typedef (FormData or URLSearchParams) CredentialBodyType;
|
| Constructor(PasswordCredentialData data),
|
| Constructor(HTMLFormElement form),
|
| Exposed=Window,
|
| -] interface PasswordCredential : Credential {
|
| +] interface PasswordCredential : SiteBoundCredential {
|
| attribute USVString idName;
|
| attribute USVString passwordName;
|
| attribute CredentialBodyType? additionalData;
|
|
|