Chromium Code Reviews| Index: Source/modules/crypto/Crypto.cpp |
| diff --git a/Source/modules/crypto/Crypto.cpp b/Source/modules/crypto/Crypto.cpp |
| index 2f7ba50b886c8b65c06bdf5bbd1cc707f5404470..649d07a832140320d752a05f9e3fafed162be5e6 100644 |
| --- a/Source/modules/crypto/Crypto.cpp |
| +++ b/Source/modules/crypto/Crypto.cpp |
| @@ -55,7 +55,6 @@ bool isIntegerArray(ArrayBufferView* array) |
| Crypto::Crypto() |
| { |
| - ScriptWrappable::init(this); |
| } |
| void Crypto::getRandomValues(ArrayBufferView* array, ExceptionState& exceptionState) |