Index: Source/web/SharedWorkerRepositoryClientImpl.h |
diff --git a/Source/web/SharedWorkerRepositoryClientImpl.h b/Source/web/SharedWorkerRepositoryClientImpl.h |
index 65a76076b1b3123856d65d4e625f3e2a62317211..5850621945ef930962a59abaf52fb69d090e9dff 100644 |
--- a/Source/web/SharedWorkerRepositoryClientImpl.h |
+++ b/Source/web/SharedWorkerRepositoryClientImpl.h |
@@ -50,7 +50,7 @@ public: |
~SharedWorkerRepositoryClientImpl() override { } |
- void connect(PassRefPtrWillBeRawPtr<SharedWorker>, PassOwnPtr<WebMessagePortChannel>, const KURL&, const String& name, ExceptionState&) override; |
+ void connect(SharedWorker*, PassOwnPtr<WebMessagePortChannel>, const KURL&, const String& name, ExceptionState&) override; |
void documentDetached(Document*) override; |
private: |