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

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

Issue 1197763002: Oilpan: keep StashedPortCollection always on the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « Source/modules/serviceworkers/StashedPortCollection.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/StashedPortCollection.idl
diff --git a/Source/modules/serviceworkers/StashedPortCollection.idl b/Source/modules/serviceworkers/StashedPortCollection.idl
index 1f56f02484388dcf62ff52e81cd7bd5a1428b478..08ffeb0014d964d40b0722707a2c94c42d665b76 100644
--- a/Source/modules/serviceworkers/StashedPortCollection.idl
+++ b/Source/modules/serviceworkers/StashedPortCollection.idl
@@ -6,6 +6,7 @@
// TODO(mek): Link to actual spec when this is added there.
[
Exposed=ServiceWorker,
+ GarbageCollected,
RuntimeEnabled=NavigatorConnect,
TypeChecking=Interface,
] interface StashedPortCollection : EventTarget {
« no previous file with comments | « Source/modules/serviceworkers/StashedPortCollection.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698