| Index: modules/crypto/Crypto.idl
|
| diff --git a/modules/crypto/Crypto.idl b/modules/crypto/Crypto.idl
|
| index 7a24113f31976ca12969a064297430a182ee3e25..52044ab6e05e0904f95e719b426ad9c7b483d308 100644
|
| --- a/modules/crypto/Crypto.idl
|
| +++ b/modules/crypto/Crypto.idl
|
| @@ -36,6 +36,6 @@
|
| // Web Crypto API spec.
|
| [Custom, RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array);
|
|
|
| - [EnabledAtRuntime=Crypto] readonly attribute SubtleCrypto subtle;
|
| + [RuntimeEnabled=Crypto] readonly attribute SubtleCrypto subtle;
|
| };
|
|
|
|
|