Index: Source/modules/navigatorconnect/ServicePortConnectEventInit.idl |
diff --git a/Source/modules/navigatorconnect/ServicePortMatchOptions.idl b/Source/modules/navigatorconnect/ServicePortConnectEventInit.idl |
similarity index 69% |
copy from Source/modules/navigatorconnect/ServicePortMatchOptions.idl |
copy to Source/modules/navigatorconnect/ServicePortConnectEventInit.idl |
index b596995fd45213d93cba06141fab48763bf656c0..1afd760213189eab4a14c6910b9c3dbdc703fd4e 100644 |
--- a/Source/modules/navigatorconnect/ServicePortMatchOptions.idl |
+++ b/Source/modules/navigatorconnect/ServicePortConnectEventInit.idl |
@@ -2,9 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://mkruisselbrink.github.io/navigator-connect/#idl-def-ServicePortMatchOptions |
+// https://mkruisselbrink.github.io/navigator-connect/#idl-def-ServicePortConnectEventInit |
-dictionary ServicePortMatchOptions { |
- DOMString name; |
+dictionary ServicePortConnectEventInit : ExtendableEventInit { |
DOMString targetURL; |
+ DOMString origin; |
}; |
+ |