| Index: Source/modules/crypto/KeyAlgorithm.idl
|
| diff --git a/Source/modules/quota/StorageInfo.idl b/Source/modules/crypto/KeyAlgorithm.idl
|
| similarity index 91%
|
| copy from Source/modules/quota/StorageInfo.idl
|
| copy to Source/modules/crypto/KeyAlgorithm.idl
|
| index feec250125d91f90a9c268b29972c24ba68e903c..0ca0a609c3bde3c9e12f4a60db291c6e86ee3fe5 100644
|
| --- a/Source/modules/quota/StorageInfo.idl
|
| +++ b/Source/modules/crypto/KeyAlgorithm.idl
|
| @@ -31,8 +31,7 @@
|
| [
|
| WillBeGarbageCollected,
|
| NoInterfaceObject,
|
| - RuntimeEnabled=QuotaPromise
|
| -] interface StorageInfo {
|
| - readonly attribute unsigned long long usage;
|
| - readonly attribute unsigned long long quota;
|
| + SpecialWrapFor=AesKeyAlgorithm|HmacKeyAlgorithm|RsaHashedKeyAlgorithm|RsaKeyAlgorithm
|
| +] interface KeyAlgorithm {
|
| + readonly attribute DOMString name;
|
| };
|
|
|