Index: Source/modules/crypto/KeyPair.cpp |
diff --git a/Source/modules/crypto/KeyPair.cpp b/Source/modules/crypto/KeyPair.cpp |
index 66dfecc52cfee3c00a3f070df273cec104dd54be..47465e61c5cb98def73361c48e09cf2d12ba363c 100644 |
--- a/Source/modules/crypto/KeyPair.cpp |
+++ b/Source/modules/crypto/KeyPair.cpp |
@@ -36,8 +36,6 @@ |
namespace WebCore { |
-DEFINE_GC_INFO(KeyPair); |
- |
PassRefPtrWillBeRawPtr<KeyPair> KeyPair::create(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) |
{ |
ASSERT(publicKey.type() == blink::WebCryptoKeyTypePublic); |