| 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 16bd5a58ff5754b2b03d5f50dd46049b6492c0a0..3df0de3ab4c600dfeef0700167d3a8aa3d86110f 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();
|
|
|
|
|