Index: Source/modules/credentialmanager/FormDataOptions.idl |
diff --git a/Source/modules/credentialmanager/CredentialData.idl b/Source/modules/credentialmanager/FormDataOptions.idl |
similarity index 64% |
copy from Source/modules/credentialmanager/CredentialData.idl |
copy to Source/modules/credentialmanager/FormDataOptions.idl |
index 68d5363775e832dd1e30cf817beb07e0d061e1d7..76ddd9c219e2cdac014dd9cca4dbf0579b9f4e87 100644 |
--- a/Source/modules/credentialmanager/CredentialData.idl |
+++ b/Source/modules/credentialmanager/FormDataOptions.idl |
@@ -2,8 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://w3c.github.io/webappsec/specs/credentialmanagement/#dictdef-credentialdata |
+// https://w3c.github.io/webappsec/specs/credentialmanagement/#dictdef-formdataoptions |
-dictionary CredentialData { |
- DOMString id; |
+dictionary FormDataOptions { |
+ DOMString idName = "username"; |
+ DOMString passwordName = "password"; |
}; |