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 d25425496981b7c331b810b4cdcc003ced599ec6..13f4441309148e24802422d422b38e656d472616 100644 |
--- a/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/SharedWorkerRepositoryClientImpl.cpp |
@@ -148,7 +148,7 @@ void SharedWorkerRepositoryClientImpl::connect( |
bool isSecureContext = |
worker->getExecutionContext()->isSecureContext(unusedSecureContextError); |
std::unique_ptr<WebSharedWorkerConnector> webWorkerConnector = |
- wrapUnique(m_client->createSharedWorkerConnector( |
+ WTF::wrapUnique(m_client->createSharedWorkerConnector( |
url, name, getId(document), header, headerType, |
worker->getExecutionContext()->securityContext().addressSpace(), |
isSecureContext ? WebSharedWorkerCreationContextTypeSecure |