Index: Source/modules/crypto/SubtleCrypto.h |
diff --git a/Source/modules/crypto/SubtleCrypto.h b/Source/modules/crypto/SubtleCrypto.h |
index 60918870fab8876d7d10805feaf21787ac3ee0f8..f70521de72e7755cb538211ffacef58c137ec812 100644 |
--- a/Source/modules/crypto/SubtleCrypto.h |
+++ b/Source/modules/crypto/SubtleCrypto.h |
@@ -45,7 +45,6 @@ class ExceptionState; |
class Key; |
class SubtleCrypto : public RefCountedWillBeGarbageCollectedFinalized<SubtleCrypto>, public ScriptWrappable { |
- DECLARE_GC_INFO; |
public: |
static PassRefPtrWillBeRawPtr<SubtleCrypto> create() |
{ |