| Index: Source/modules/crypto/Crypto.h
|
| diff --git a/Source/modules/crypto/Crypto.h b/Source/modules/crypto/Crypto.h
|
| index e1a91eabb1f18739b7198b2a571cdf1c22040049..d78d9de1e6f3bda38ea495729ef9ea7385afb5a7 100644
|
| --- a/Source/modules/crypto/Crypto.h
|
| +++ b/Source/modules/crypto/Crypto.h
|
| @@ -41,7 +41,6 @@ namespace WebCore {
|
| class ExceptionState;
|
|
|
| class Crypto : public RefCountedWillBeGarbageCollectedFinalized<Crypto>, public ScriptWrappable {
|
| - DECLARE_GC_INFO;
|
| public:
|
| static PassRefPtrWillBeRawPtr<Crypto> create() { return adoptRefWillBeNoop(new Crypto()); }
|
|
|
|
|