Index: third_party/WebKit/Source/modules/crypto/Crypto.h |
diff --git a/third_party/WebKit/Source/modules/crypto/Crypto.h b/third_party/WebKit/Source/modules/crypto/Crypto.h |
index b60f2d11ec0b9106ca8894a83061d83dabd20c9b..05912177bca8b66d0114b128dd472cd5f39b52d4 100644 |
--- a/third_party/WebKit/Source/modules/crypto/Crypto.h |
+++ b/third_party/WebKit/Source/modules/crypto/Crypto.h |
@@ -44,7 +44,8 @@ class Crypto final : public GarbageCollected<Crypto>, public ScriptWrappable { |
public: |
static Crypto* Create() { return new Crypto(); } |
- DOMArrayBufferView* getRandomValues(DOMArrayBufferView*, ExceptionState&); |
+ NotShared<DOMArrayBufferView> getRandomValues(NotShared<DOMArrayBufferView>, |
+ ExceptionState&); |
SubtleCrypto* subtle(); |