Index: Source/modules/crypto/Crypto.idl |
diff --git a/Source/modules/crypto/Crypto.idl b/Source/modules/crypto/Crypto.idl |
index 566e753b1c20bbd0ee2f31a0ca77d88b5fe576d1..43f1945fe809ec864aa1db3712ee368509060dbb 100644 |
--- a/Source/modules/crypto/Crypto.idl |
+++ b/Source/modules/crypto/Crypto.idl |
@@ -35,7 +35,7 @@ |
// |
// This is for compatibility sake, since getRandomValues() predates the full |
// Web Crypto API spec. |
- [Custom, RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array); |
+ [RaisesException] ArrayBufferView getRandomValues(ArrayBufferView array); |
readonly attribute SubtleCrypto subtle; |
}; |