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