Chromium Code Reviews| Index: Source/modules/crypto/CryptoKey.cpp |
| diff --git a/Source/modules/crypto/CryptoKey.cpp b/Source/modules/crypto/CryptoKey.cpp |
| index c440fc59cabe08fc523d966ae404baae5395ce6e..8c9037fac21e16bc90dbb69d4ffde87a08031673 100644 |
| --- a/Source/modules/crypto/CryptoKey.cpp |
| +++ b/Source/modules/crypto/CryptoKey.cpp |
| @@ -134,7 +134,6 @@ CryptoKey::~CryptoKey() |
| CryptoKey::CryptoKey(const WebCryptoKey& key) |
| : m_key(key) |
| { |
| - ScriptWrappable::init(this); |
| } |
| String CryptoKey::type() const |