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

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

Issue 801283002: [bindings] Make Crypto.getRandomValues use generated binding rather than using custom binding. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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/Crypto.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/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;
};
« no previous file with comments | « Source/modules/crypto/Crypto.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698