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

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

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/bindings/modules/v8/custom/custom.gypi ('k') | Source/modules/crypto/Crypto.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/Crypto.h
diff --git a/Source/modules/crypto/Crypto.h b/Source/modules/crypto/Crypto.h
index fac62a521cde13758e5942a18c6820c10bac5ceb..baa53b2c5a7c59336182ac715e8949fd3b8742be 100644
--- a/Source/modules/crypto/Crypto.h
+++ b/Source/modules/crypto/Crypto.h
@@ -46,7 +46,7 @@ public:
return new Crypto();
}
- void getRandomValues(DOMArrayBufferView*, ExceptionState&);
+ DOMArrayBufferView* getRandomValues(DOMArrayBufferView*, ExceptionState&);
SubtleCrypto* subtle();
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/modules/crypto/Crypto.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698