| Index: modules/crypto/WorkerGlobalScopeCrypto.idl
|
| diff --git a/modules/crypto/WorkerGlobalScopeCrypto.idl b/modules/crypto/WorkerGlobalScopeCrypto.idl
|
| index 12eea8cd63e0ee401986ed917436f0600e20b4c7..3044d427ba6fd67027c986ca10aed08223841708 100644
|
| --- a/modules/crypto/WorkerGlobalScopeCrypto.idl
|
| +++ b/modules/crypto/WorkerGlobalScopeCrypto.idl
|
| @@ -29,5 +29,5 @@
|
| */
|
|
|
| partial interface WorkerGlobalScope {
|
| - [EnabledAtRuntime=Crypto] readonly attribute WorkerCrypto crypto;
|
| + [RuntimeEnabled=Crypto] readonly attribute WorkerCrypto crypto;
|
| };
|
|
|