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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerClients.idl

Issue 676563002: Service Worker: Annotate IDLs with [TypeChecking] to turn it on (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove TypeChecking=Unrestricted Created 6 years, 2 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: Source/modules/serviceworkers/ServiceWorkerClients.idl
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.idl b/Source/modules/serviceworkers/ServiceWorkerClients.idl
index 5d058d76289c851cefd5bc032d53a6eceac895dc..4e3b5e4a7d8245895bbc11df61e6e92581d3572b 100644
--- a/Source/modules/serviceworkers/ServiceWorkerClients.idl
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.idl
@@ -7,6 +7,7 @@
Exposed=ServiceWorker,
RuntimeEnabled=ServiceWorker,
GarbageCollected,
+ TypeChecking=Interface,
] interface ServiceWorkerClients {
[CallWith=ScriptState] Promise getAll(optional ServiceWorkerClientQueryOptions options);
};
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerClient.idl ('k') | Source/modules/serviceworkers/ServiceWorkerContainer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698