| Index: third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.cpp b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.cpp
|
| index 13f4441309148e24802422d422b38e656d472616..7ed68f530016171a98d838cfbb29ce7532612bb0 100644
|
| --- a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.cpp
|
| @@ -144,9 +144,7 @@ void SharedWorkerRepositoryClientImpl::connect(
|
| }
|
|
|
| WebWorkerCreationError creationError;
|
| - String unusedSecureContextError;
|
| - bool isSecureContext =
|
| - worker->getExecutionContext()->isSecureContext(unusedSecureContextError);
|
| + bool isSecureContext = worker->getExecutionContext()->isSecureContext();
|
| std::unique_ptr<WebSharedWorkerConnector> webWorkerConnector =
|
| WTF::wrapUnique(m_client->createSharedWorkerConnector(
|
| url, name, getId(document), header, headerType,
|
|
|