| Index: Source/modules/crypto/Crypto.h
|
| diff --git a/Source/modules/crypto/Crypto.h b/Source/modules/crypto/Crypto.h
|
| index d78d9de1e6f3bda38ea495729ef9ea7385afb5a7..28cc1cdecdddef0e109775449424be73fd3662c3 100644
|
| --- a/Source/modules/crypto/Crypto.h
|
| +++ b/Source/modules/crypto/Crypto.h
|
| @@ -44,7 +44,7 @@ class Crypto : public RefCountedWillBeGarbageCollectedFinalized<Crypto>, public
|
| public:
|
| static PassRefPtrWillBeRawPtr<Crypto> create() { return adoptRefWillBeNoop(new Crypto()); }
|
|
|
| - static void getRandomValues(ArrayBufferView*, ExceptionState&);
|
| + void getRandomValues(ArrayBufferView*, ExceptionState&);
|
|
|
| SubtleCrypto* subtle();
|
|
|
|
|