Index: Source/modules/crypto/WorkerGlobalScopeCrypto.h |
diff --git a/Source/modules/crypto/WorkerGlobalScopeCrypto.h b/Source/modules/crypto/WorkerGlobalScopeCrypto.h |
index 6774a9a1b71eea697fb1b14ad01c2ae4da719975..b06b1c70ce1b1a026821cfd31703c0e41041d366 100644 |
--- a/Source/modules/crypto/WorkerGlobalScopeCrypto.h |
+++ b/Source/modules/crypto/WorkerGlobalScopeCrypto.h |
@@ -44,7 +44,6 @@ class WorkerGlobalScope; |
class WorkerGlobalScopeCrypto FINAL : public NoBaseWillBeGarbageCollected<WorkerGlobalScopeCrypto>, public WillBeHeapSupplement<WorkerGlobalScope> { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopeCrypto); |
public: |
- virtual ~WorkerGlobalScopeCrypto(); |
static WorkerGlobalScopeCrypto& from(WillBeHeapSupplementable<WorkerGlobalScope>&); |
static WorkerCrypto* crypto(WillBeHeapSupplementable<WorkerGlobalScope>&); |
WorkerCrypto* crypto() const; |