| Index: Source/modules/serviceworkers/ServiceWorker.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorker.idl b/Source/modules/serviceworkers/ServiceWorker.idl
|
| index b58eb9005dc907d0e3b48c26e6d07c517ee0f85e..ef81846083aa5535727d2d1f5f2e563cdf4a66b1 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorker.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorker.idl
|
| @@ -29,6 +29,7 @@
|
| */
|
| [
|
| RuntimeEnabled=ServiceWorker,
|
| - NoInterfaceObject
|
| + NoInterfaceObject,
|
| + PromiseResolutionTarget,
|
| ] interface ServiceWorker {
|
| };
|
|
|