Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1234)

Unified Diff: modules/navigatorconnect/ServicePortCollection.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/navigatorconnect/ServicePortCollection.idl
diff --git a/modules/navigatorconnect/ServicePortCollection.idl b/modules/navigatorconnect/ServicePortCollection.idl
index 31372cfb8c6f7ea39a7f21a4d9b10fe0a432c413..bcdc2b0789d5ea0f860f783c93d3436e39b4c9b3 100644
--- a/modules/navigatorconnect/ServicePortCollection.idl
+++ b/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);
« no previous file with comments | « modules/navigatorconnect/CrossOriginConnectEvent.idl ('k') | modules/navigatorconnect/ServicePortConnectEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698