| Index: modules/crypto/KeyAlgorithm.idl
|
| diff --git a/modules/quota/StorageInfo.idl b/modules/crypto/KeyAlgorithm.idl
|
| similarity index 89%
|
| copy from modules/quota/StorageInfo.idl
|
| copy to modules/crypto/KeyAlgorithm.idl
|
| index feec250125d91f90a9c268b29972c24ba68e903c..d9e0ea0fb3be39525b7c292602367055a3713506 100644
|
| --- a/modules/quota/StorageInfo.idl
|
| +++ b/modules/crypto/KeyAlgorithm.idl
|
| @@ -29,10 +29,9 @@
|
| */
|
|
|
| [
|
| - WillBeGarbageCollected,
|
| + GarbageCollected,
|
| NoInterfaceObject,
|
| - RuntimeEnabled=QuotaPromise
|
| -] interface StorageInfo {
|
| - readonly attribute unsigned long long usage;
|
| - readonly attribute unsigned long long quota;
|
| + SpecialWrapFor=AesKeyAlgorithm|HmacKeyAlgorithm|RsaHashedKeyAlgorithm
|
| +] interface KeyAlgorithm {
|
| + readonly attribute DOMString name;
|
| };
|
|
|