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

Unified Diff: third_party/WebKit/Source/modules/navigatorconnect/ServicePortCollection.idl

Issue 1466563003: Make [TypeChecking=Interface] the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month 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: 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);

Powered by Google App Engine
This is Rietveld 408576698