| Index: modules/crypto/RsaHashedKeyAlgorithm.idl
|
| diff --git a/modules/serviceworkers/InstallPhaseEvent.idl b/modules/crypto/RsaHashedKeyAlgorithm.idl
|
| similarity index 91%
|
| copy from modules/serviceworkers/InstallPhaseEvent.idl
|
| copy to modules/crypto/RsaHashedKeyAlgorithm.idl
|
| index 21afbcc7b745dbe71b3987cc11f34a17334c73e9..28b765dc420a8a8751618de368e807542433c5ae 100644
|
| --- a/modules/serviceworkers/InstallPhaseEvent.idl
|
| +++ b/modules/crypto/RsaHashedKeyAlgorithm.idl
|
| @@ -29,8 +29,7 @@
|
| */
|
|
|
| [
|
| - RuntimeEnabled=ServiceWorker,
|
| - GlobalContext=ServiceWorkerGlobalScope,
|
| -] interface InstallPhaseEvent : Event {
|
| - void waitUntil(any value);
|
| + NoInterfaceObject
|
| +] interface RsaHashedKeyAlgorithm : RsaKeyAlgorithm {
|
| + readonly attribute KeyAlgorithm hash;
|
| };
|
|
|