| Index: third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| index 0b716d38a362760963f0a3b97105acc016174b38..ce912159d32dc462006268e5ab29a94d6c604a57 100644
|
| --- a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| @@ -51,7 +51,7 @@ public:
|
|
|
| ~SharedWorkerRepositoryClientImpl() override { }
|
|
|
| - void connect(SharedWorker*, PassOwnPtr<WebMessagePortChannel>, const KURL&, const String& name, ExceptionState&) override;
|
| + void connect(SharedWorker*, WebMessagePortChannelUniquePtr, const KURL&, const String& name, ExceptionState&) override;
|
| void documentDetached(Document*) override;
|
|
|
| private:
|
|
|