| 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 f552210004e143b9e7afb08146f7e44de4b0778c..0058171cea55c1b65aab942c8ada475d5fdf646d 100644
|
| --- a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
|
| +++ b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
|
| @@ -12,6 +12,7 @@ typedef (FormData or URLSearchParams) CredentialBodyType;
|
| Constructor(PasswordCredentialData data),
|
| Constructor(HTMLFormElement form),
|
| Exposed=Window,
|
| + SecureContext,
|
| ] interface PasswordCredential : SiteBoundCredential {
|
| attribute USVString idName;
|
| attribute USVString passwordName;
|
|
|