Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1342)

Unified Diff: Source/modules/crypto/SubtleCrypto.idl

Issue 978353002: Add [TypeChecking=Unrestricted] to SubtleCrypto interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/crypto/SubtleCrypto.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/modules/crypto/SubtleCrypto.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698