Index: Source/modules/crypto/Key.h |
diff --git a/Source/modules/crypto/Key.h b/Source/modules/crypto/Key.h |
index 6937c14a82bc07b5655be0ee83edf72b8642c317..6fb89cc775e0644ea3e84b9a8cb62de16da89b05 100644 |
--- a/Source/modules/crypto/Key.h |
+++ b/Source/modules/crypto/Key.h |
@@ -46,7 +46,6 @@ class Algorithm; |
class CryptoResult; |
class Key : public RefCountedWillBeGarbageCollectedFinalized<Key>, public ScriptWrappable { |
- DECLARE_GC_INFO; |
public: |
static PassRefPtrWillBeRawPtr<Key> create(const blink::WebCryptoKey& key) |
{ |