Index: Source/modules/crypto/Crypto.idl |
diff --git a/Source/modules/crypto/Crypto.idl b/Source/modules/crypto/Crypto.idl |
index 2348d779845f8430026c4220581099c7fcdb977f..566e753b1c20bbd0ee2f31a0ca77d88b5fe576d1 100644 |
--- a/Source/modules/crypto/Crypto.idl |
+++ b/Source/modules/crypto/Crypto.idl |
@@ -37,6 +37,6 @@ |
// Web Crypto API spec. |
[Custom, RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array); |
- [RuntimeEnabled=Crypto] readonly attribute SubtleCrypto subtle; |
+ readonly attribute SubtleCrypto subtle; |
}; |