Index: third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp |
diff --git a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp |
index 8e70bb7fae1bb3b062e25b835e390e83acc859bf..5b9328d7d39c253c73546fa09fb81d8d67082465 100644 |
--- a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp |
+++ b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp |
@@ -165,7 +165,7 @@ Peer::Peer(Bridge* bridge, |
WorkerThreadLifecycleContext* workerThreadLifecycleContext) |
: WorkerThreadLifecycleObserver(workerThreadLifecycleContext), |
m_bridge(bridge), |
- m_loaderProxy(loaderProxy), |
+ m_loaderProxy(std::move(loaderProxy)), |
m_mainWebSocketChannel(nullptr) { |
DCHECK(isMainThread()); |
} |