Chromium Code Reviews

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

Issue 1466563003: Make [TypeChecking=Interface] the default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/modules/crypto/SubtleCrypto.idl
diff --git a/third_party/WebKit/Source/modules/crypto/SubtleCrypto.idl b/third_party/WebKit/Source/modules/crypto/SubtleCrypto.idl
index 007f3684e88727507cc9f687a6954caeca82eea2..04beea2e76ee5b780b786451e96a59c5c5d5dcd0 100644
--- a/third_party/WebKit/Source/modules/crypto/SubtleCrypto.idl
+++ b/third_party/WebKit/Source/modules/crypto/SubtleCrypto.idl
@@ -37,7 +37,6 @@ typedef (Dictionary or DOMString) AlgorithmIdentifier;
[
GarbageCollected,
Exposed=(Window,Worker),
- TypeChecking=Interface,
] interface SubtleCrypto {
[CallWith=ScriptState, MeasureAs=SubtleCryptoEncrypt] Promise encrypt(AlgorithmIdentifier algorithm, CryptoKey key, BufferSource data);
[CallWith=ScriptState, MeasureAs=SubtleCryptoDecrypt] Promise decrypt(AlgorithmIdentifier algorithm, CryptoKey key, BufferSource data);

Powered by Google App Engine