Index: Source/modules/crypto/WorkerGlobalScopeCrypto.h |
diff --git a/Source/modules/crypto/WorkerGlobalScopeCrypto.h b/Source/modules/crypto/WorkerGlobalScopeCrypto.h |
index 0e73a32f2986b03119091fd276249936b100d588..9937bb6f4cea387cec74c642ef2813a3d39e5ca9 100644 |
--- a/Source/modules/crypto/WorkerGlobalScopeCrypto.h |
+++ b/Source/modules/crypto/WorkerGlobalScopeCrypto.h |
@@ -42,8 +42,8 @@ class ExecutionContext; |
class WorkerGlobalScopeCrypto FINAL : public WorkerSupplement { |
public: |
virtual ~WorkerGlobalScopeCrypto(); |
- static WorkerGlobalScopeCrypto* from(WorkerSupplementable*); |
- static WorkerCrypto* crypto(WorkerSupplementable*); |
+ static WorkerGlobalScopeCrypto& from(WorkerSupplementable&); |
+ static WorkerCrypto* crypto(WorkerSupplementable&); |
WorkerCrypto* crypto() const; |
private: |