| Index: Source/modules/crypto/Crypto.h
|
| diff --git a/Source/modules/crypto/Crypto.h b/Source/modules/crypto/Crypto.h
|
| index d4f5cda3ae92170a7f90b892691540722882ff60..12619df57488b4972004d6f15c09a4cfc350e90b 100644
|
| --- a/Source/modules/crypto/Crypto.h
|
| +++ b/Source/modules/crypto/Crypto.h
|
| @@ -43,7 +43,7 @@ class Crypto : public ScriptWrappable, public RefCounted<Crypto> {
|
| public:
|
| static PassRefPtr<Crypto> create() { return adoptRef(new Crypto()); }
|
|
|
| - void getRandomValues(ArrayBufferView*, ExceptionCode&);
|
| + static void getRandomValues(ArrayBufferView*, ExceptionCode&);
|
|
|
| SubtleCrypto* subtle();
|
|
|
|
|