mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix compilation errors on OS X
This commit is contained in:
@@ -152,7 +152,7 @@ void NodeDebugger::DidAccept(
|
||||
return;
|
||||
}
|
||||
|
||||
accepted_socket_ = socket.Pass();
|
||||
accepted_socket_ = std::move(socket);
|
||||
SendConnectMessage();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user