| Index: Source/modules/crypto/RsaKeyAlgorithm.idl
|
| diff --git a/Source/modules/serviceworkers/InstallPhaseEvent.idl b/Source/modules/crypto/RsaKeyAlgorithm.idl
|
| similarity index 90%
|
| copy from Source/modules/serviceworkers/InstallPhaseEvent.idl
|
| copy to Source/modules/crypto/RsaKeyAlgorithm.idl
|
| index 21afbcc7b745dbe71b3987cc11f34a17334c73e9..8cf43edbfb99292a8cf445403b2ee9f24892ba5a 100644
|
| --- a/Source/modules/serviceworkers/InstallPhaseEvent.idl
|
| +++ b/Source/modules/crypto/RsaKeyAlgorithm.idl
|
| @@ -29,8 +29,8 @@
|
| */
|
|
|
| [
|
| - RuntimeEnabled=ServiceWorker,
|
| - GlobalContext=ServiceWorkerGlobalScope,
|
| -] interface InstallPhaseEvent : Event {
|
| - void waitUntil(any value);
|
| + NoInterfaceObject
|
| +] interface RsaKeyAlgorithm : KeyAlgorithm {
|
| + readonly attribute unsigned long modulusLength;
|
| + readonly attribute Uint8Array publicExponent;
|
| };
|
|
|