Index: third_party/WebKit/Source/modules/presentation/PresentationReceiver.cpp |
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.cpp b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.cpp |
index d7b86b576b1fde3121a28145f635e76542ed0e9a..7a7536819937e968bda6951325cbcb08d4388b8d 100644 |
--- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.cpp |
+++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.cpp |
@@ -45,7 +45,7 @@ void PresentationReceiver::onReceiverConnectionAvailable( |
// take() will call PresentationReceiver::registerConnection() |
// and register the connection. |
auto connection = |
- PresentationConnection::take(this, wrapUnique(connectionClient)); |
+ PresentationConnection::take(this, WTF::wrapUnique(connectionClient)); |
// receiver.connectionList property not accessed |
if (!m_connectionListProperty) |