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

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

Issue 653263006: Remove redundant [WillBeGarbageCollected] uses on derived EventTargets. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/core/workers/WorkerGlobalScope.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/ServiceWorker.idl
diff --git a/Source/modules/serviceworkers/ServiceWorker.idl b/Source/modules/serviceworkers/ServiceWorker.idl
index ec8d558f06bcec0e792c73bd95640bb80c897d17..dfc8f8032400013776ede909537f434609a5ce4b 100644
--- a/Source/modules/serviceworkers/ServiceWorker.idl
+++ b/Source/modules/serviceworkers/ServiceWorker.idl
@@ -41,7 +41,6 @@ enum ServiceWorkerState {
[
ActiveDOMObject,
RuntimeEnabled=ServiceWorker,
- WillBeGarbageCollected
] interface ServiceWorker : EventTarget {
// FIXME: Should inherit this from Worker.
« no previous file with comments | « Source/core/workers/WorkerGlobalScope.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698