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(); |