| Index: Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.idl b/Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| index 8bd5ce3fddc08e30fd796723d3795cccd2bf1129..70035f23917097299dfa08714ea6975e08842402 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.idl
|
| @@ -31,9 +31,10 @@
|
| [
|
| RuntimeEnabled=ServiceWorker
|
| ] interface ServiceWorkerContainer {
|
| + [Unforgeable] readonly attribute ServiceWorker active;
|
| + [Unforgeable] readonly attribute ServiceWorker controller;
|
| + [Unforgeable] readonly attribute ServiceWorker installing;
|
| [Unforgeable] readonly attribute ServiceWorker waiting;
|
| - // FIXME: controller should be unforgeable
|
| - readonly attribute ServiceWorker controller;
|
|
|
| [CallWith=ScriptState] readonly attribute Promise ready;
|
|
|
|
|