Chromium Code Reviews| Index: Source/modules/crypto/WorkerCrypto.h |
| diff --git a/Source/modules/crypto/WorkerCrypto.h b/Source/modules/crypto/WorkerCrypto.h |
| index b202763fb6ee62f47162fa0701cebd0eb4b50ec7..a3c3564b3524f8e7b04ad7a43154547816fbdaed 100644 |
| --- a/Source/modules/crypto/WorkerCrypto.h |
| +++ b/Source/modules/crypto/WorkerCrypto.h |
| @@ -40,7 +40,6 @@ |
| namespace WebCore { |
| class WorkerCrypto : public RefCountedWillBeGarbageCollectedFinalized<WorkerCrypto>, public ScriptWrappable { |
| - DECLARE_GC_INFO; |
| public: |
| static PassRefPtrWillBeRawPtr<WorkerCrypto> create() |
| { |