Chromium Code Reviews| Index: Source/modules/crypto/RsaKeyAlgorithm.idl |
| diff --git a/Source/modules/quota/StorageInfo.idl b/Source/modules/crypto/RsaKeyAlgorithm.idl |
| similarity index 89% |
| copy from Source/modules/quota/StorageInfo.idl |
| copy to Source/modules/crypto/RsaKeyAlgorithm.idl |
| index feec250125d91f90a9c268b29972c24ba68e903c..7d24dc5e0077dad72797ff5a5d6015db2b0fd287 100644 |
| --- a/Source/modules/quota/StorageInfo.idl |
| +++ b/Source/modules/crypto/RsaKeyAlgorithm.idl |
| @@ -30,9 +30,8 @@ |
| [ |
| WillBeGarbageCollected, |
|
haraken
2014/02/25 09:15:46
Remove [WillBeGarbageCollected].
|
| - NoInterfaceObject, |
| - RuntimeEnabled=QuotaPromise |
| -] interface StorageInfo { |
| - readonly attribute unsigned long long usage; |
| - readonly attribute unsigned long long quota; |
| + NoInterfaceObject |
| +] interface RsaKeyAlgorithm : KeyAlgorithm { |
| + readonly attribute unsigned long modulusLength; |
| + readonly attribute Uint8Array publicExponent; |
| }; |