| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| index 97d7b82d84aa66545d4633191a451fa4c9550012..3a342af69b6cf4f3c8be10747c6c12e666051375 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| @@ -7,6 +7,7 @@
|
| Exposed=(Window,Worker),
|
| DependentLifetime,
|
| GarbageCollected,
|
| + RequiresFinalizer,
|
| ] interface ServiceWorkerRegistration : EventTarget {
|
| [Unforgeable] readonly attribute ServiceWorker? installing;
|
| [Unforgeable] readonly attribute ServiceWorker? waiting;
|
|
|