Index: Source/modules/navigatorconnect/ServicePortCollection.idl |
diff --git a/Source/modules/navigatorconnect/ServicePortCollection.idl b/Source/modules/navigatorconnect/ServicePortCollection.idl |
index 68461922404d1e393f5989719490347b4e582941..31372cfb8c6f7ea39a7f21a4d9b10fe0a432c413 100644 |
--- a/Source/modules/navigatorconnect/ServicePortCollection.idl |
+++ b/Source/modules/navigatorconnect/ServicePortCollection.idl |
@@ -8,6 +8,7 @@ |
GarbageCollected, |
TypeChecking=Interface, |
RuntimeEnabled=NavigatorConnect, |
+ TypeChecking=Interface, |
] interface ServicePortCollection : EventTarget { |
[CallWith=ScriptState, RaisesException] Promise<ServicePort> connect(DOMString url, optional ServicePortConnectOptions options); |
[CallWith=ScriptState] Promise<ServicePort> match(ServicePortMatchOptions options); |