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

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

Issue 384633002: Oilpan: add transition types to remaining Fetch and ServiceWorker objects (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another rebase Created 6 years, 5 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 1fc9ad0a65dfbabc988cbfe388c6067063f71e3c..a484d6e1e9b645316927631435b2dfce428891f8 100644
--- a/Source/modules/serviceworkers/ServiceWorkerClients.idl
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.idl
@@ -5,7 +5,8 @@
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-clients-interface
[
Exposed=ServiceWorker,
- RuntimeEnabled=ServiceWorker
+ RuntimeEnabled=ServiceWorker,
+ WillBeGarbageCollected,
] interface ServiceWorkerClients {
[CallWith=ScriptState] Promise getServiced();
};
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerClients.cpp ('k') | Source/modules/serviceworkers/ServiceWorkerGlobalScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698