| Index: third_party/WebKit/Source/modules/navigatorconnect/ServicePortCollection.idl
|
| diff --git a/third_party/WebKit/Source/modules/navigatorconnect/ServicePortCollection.idl b/third_party/WebKit/Source/modules/navigatorconnect/ServicePortCollection.idl
|
| index 31372cfb8c6f7ea39a7f21a4d9b10fe0a432c413..bcdc2b0789d5ea0f860f783c93d3436e39b4c9b3 100644
|
| --- a/third_party/WebKit/Source/modules/navigatorconnect/ServicePortCollection.idl
|
| +++ b/third_party/WebKit/Source/modules/navigatorconnect/ServicePortCollection.idl
|
| @@ -6,9 +6,7 @@
|
| [
|
| Exposed=(Window,Worker),
|
| 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);
|
|
|