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

Unified Diff: Source/modules/serviceworkers/Request.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: Rebased 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/Request.idl
diff --git a/Source/modules/serviceworkers/Request.idl b/Source/modules/serviceworkers/Request.idl
index 21d8d3516c8c7311878d45d46b6b195906407eb1..3d1b402ae608e81b4fd56bdfd460e5864559a434 100644
--- a/Source/modules/serviceworkers/Request.idl
+++ b/Source/modules/serviceworkers/Request.idl
@@ -13,7 +13,8 @@ enum RequestCredentials { "omit", "same-origin", "include" };
ConstructorCallWith=ExecutionContext,
RuntimeEnabled=ServiceWorker,
Exposed=ServiceWorker,
- RaisesException=Constructor
+ RaisesException=Constructor,
+ WillBeGarbageCollected,
] interface Request {
readonly attribute ByteString method;
readonly attribute ScalarValueString url;

Powered by Google App Engine
This is Rietveld 408576698