| 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 822bb01a715342c4789c037bd1fb114068ccdd0e..993920d8a880be288493240522bf4dc9e37d7a7d 100644
|
| --- a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
|
| +++ b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
|
| @@ -7,11 +7,11 @@
|
| typedef (FormData or URLSearchParams) CredentialBodyType;
|
|
|
| [
|
| - RuntimeEnabled=CredentialManager,
|
| RaisesException=Constructor,
|
| Constructor(PasswordCredentialData data),
|
| Constructor(HTMLFormElement form),
|
| Exposed=Window,
|
| + SecureContext
|
| ] interface PasswordCredential : Credential {
|
| attribute USVString idName;
|
| attribute USVString passwordName;
|
|
|