| Index: Source/modules/navigatorconnect/ServicePortMatchOptions.idl
|
| diff --git a/Source/modules/credentialmanager/LocallyStoredCredentialData.idl b/Source/modules/navigatorconnect/ServicePortMatchOptions.idl
|
| similarity index 51%
|
| copy from Source/modules/credentialmanager/LocallyStoredCredentialData.idl
|
| copy to Source/modules/navigatorconnect/ServicePortMatchOptions.idl
|
| index 2d127f986feec5b9b8e11ce560f1009ec7b04447..b596995fd45213d93cba06141fab48763bf656c0 100644
|
| --- a/Source/modules/credentialmanager/LocallyStoredCredentialData.idl
|
| +++ b/Source/modules/navigatorconnect/ServicePortMatchOptions.idl
|
| @@ -2,9 +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-locallystoredcredentialdata
|
| +// https://mkruisselbrink.github.io/navigator-connect/#idl-def-ServicePortMatchOptions
|
|
|
| -dictionary LocallyStoredCredentialData : CredentialData {
|
| +dictionary ServicePortMatchOptions {
|
| DOMString name;
|
| - DOMString iconURL;
|
| + DOMString targetURL;
|
| };
|
|
|