| 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 0509a223e599178de3691f532a4032d146308d67..2b9a8f795317404e216e83b4723c6f479349ab97 100644
|
| --- a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.h
|
| @@ -57,8 +57,7 @@ class SharedWorkerRepositoryClientImpl final
|
| void connect(SharedWorker*,
|
| WebMessagePortChannelUniquePtr,
|
| const KURL&,
|
| - const String& name,
|
| - ExceptionState&) override;
|
| + const String& name) override;
|
| void documentDetached(Document*) override;
|
|
|
| private:
|
|
|