Index: Source/modules/crypto/SubtleCrypto.idl |
diff --git a/Source/modules/crypto/SubtleCrypto.idl b/Source/modules/crypto/SubtleCrypto.idl |
index a33188e0388d00e7a1cf2fcb9d747fd8637e2927..c8cd4b5c939c5dc830a8d6ef3aaec04552651759 100644 |
--- a/Source/modules/crypto/SubtleCrypto.idl |
+++ b/Source/modules/crypto/SubtleCrypto.idl |
@@ -36,7 +36,8 @@ typedef (Dictionary or DOMString) AlgorithmIdentifier; |
[ |
GarbageCollected, |
- Exposed=(Window,Worker) |
+ Exposed=(Window,Worker), |
+ TypeChecking=Interface, |
] interface SubtleCrypto { |
[CallWith=ScriptState] Promise encrypt(AlgorithmIdentifier algorithm, CryptoKey key, BufferSource data); |
[CallWith=ScriptState] Promise decrypt(AlgorithmIdentifier algorithm, CryptoKey key, BufferSource data); |