| Index: modules/crypto/HmacParams.idl
|
| diff --git a/core/dom/PromiseResolver.idl b/modules/crypto/HmacParams.idl
|
| similarity index 94%
|
| copy from core/dom/PromiseResolver.idl
|
| copy to modules/crypto/HmacParams.idl
|
| index 86fe30751c847623f955f1eece26482ceeb11e4a..2dae1c8f4f09040ea0e1793d9643b69769257225 100644
|
| --- a/core/dom/PromiseResolver.idl
|
| +++ b/modules/crypto/HmacParams.idl
|
| @@ -29,6 +29,7 @@
|
| */
|
|
|
| [
|
| - EnabledAtRuntime=promise
|
| -] interface PromiseResolver {
|
| + NoInterfaceObject,
|
| +] interface HmacParams : Algorithm {
|
| + readonly attribute Algorithm hash;
|
| };
|
|
|