| Index: Source/modules/crypto/CryptoOperation.idl
|
| diff --git a/Source/core/dom/Promise.idl b/Source/modules/crypto/CryptoOperation.idl
|
| similarity index 94%
|
| copy from Source/core/dom/Promise.idl
|
| copy to Source/modules/crypto/CryptoOperation.idl
|
| index 893b8eefcf88606ebbdc2d59962a106e074795a6..ba683a1b77ed663ff338999db41b9e1e439a4682 100644
|
| --- a/Source/core/dom/Promise.idl
|
| +++ b/Source/modules/crypto/CryptoOperation.idl
|
| @@ -29,7 +29,7 @@
|
| */
|
|
|
| [
|
| - CustomConstructor(any init),
|
| - EnabledAtRuntime=promise
|
| -] interface Promise {
|
| + NoInterfaceObject,
|
| +] interface CryptoOperation {
|
| + readonly attribute Algorithm algorithm;
|
| };
|
|
|