Index: Source/core/workers/SharedWorkerRepositoryClient.h |
diff --git a/Source/core/workers/SharedWorkerRepositoryClient.h b/Source/core/workers/SharedWorkerRepositoryClient.h |
index 29c88a5771d715d830f5543d7c42834b530ffcb3..481572fbed5306c0bc5ce6ff1f0953cf7cd2c841 100644 |
--- a/Source/core/workers/SharedWorkerRepositoryClient.h |
+++ b/Source/core/workers/SharedWorkerRepositoryClient.h |
@@ -52,7 +52,7 @@ public: |
SharedWorkerRepositoryClient() { } |
virtual ~SharedWorkerRepositoryClient() { } |
- virtual void connect(PassRefPtrWillBeRawPtr<SharedWorker>, PassOwnPtr<WebMessagePortChannel>, const KURL&, const String& name, ExceptionState&) = 0; |
+ virtual void connect(SharedWorker*, PassOwnPtr<WebMessagePortChannel>, const KURL&, const String& name, ExceptionState&) = 0; |
virtual void documentDetached(Document*) = 0; |
}; |