Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / serviceworkers / ServiceWorkerRegistration.idl
index 869808d..13ace48 100644 (file)
@@ -6,7 +6,7 @@
 [
     ActiveDOMObject,
     RuntimeEnabled=ServiceWorker,
-    WillBeGarbageCollected,
+    GarbageCollected,
 ] interface ServiceWorkerRegistration : EventTarget {
     [Unforgeable] readonly attribute ServiceWorker? installing;
     [Unforgeable] readonly attribute ServiceWorker? waiting;