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

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

Issue 478693005: Oilpan: Ship Oilpan for serviceworkers/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 3d1b402ae608e81b4fd56bdfd460e5864559a434..7b4f066e2bb0b5368536e895e4cfe309d06a448d 100644
--- a/Source/modules/serviceworkers/Request.idl
+++ b/Source/modules/serviceworkers/Request.idl
@@ -14,7 +14,7 @@ enum RequestCredentials { "omit", "same-origin", "include" };
RuntimeEnabled=ServiceWorker,
Exposed=ServiceWorker,
RaisesException=Constructor,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface Request {
readonly attribute ByteString method;
readonly attribute ScalarValueString url;

Powered by Google App Engine
This is Rietveld 408576698