| Index: modules/crypto/Algorithm.idl
|
| diff --git a/core/dom/PromiseResolver.idl b/modules/crypto/Algorithm.idl
|
| similarity index 93%
|
| copy from core/dom/PromiseResolver.idl
|
| copy to modules/crypto/Algorithm.idl
|
| index 86fe30751c847623f955f1eece26482ceeb11e4a..9af27a181e83f19bcc7861b3290b364d6953da99 100644
|
| --- a/core/dom/PromiseResolver.idl
|
| +++ b/modules/crypto/Algorithm.idl
|
| @@ -29,6 +29,8 @@
|
| */
|
|
|
| [
|
| - EnabledAtRuntime=promise
|
| -] interface PromiseResolver {
|
| + NoInterfaceObject,
|
| + CustomToV8
|
| +] interface Algorithm {
|
| + readonly attribute DOMString name;
|
| };
|
|
|