Bug 1164425: Rename |SocketBase::CloseSocket| to |SocketBase::Close|, r=kmachulis

This commit is contained in:
Thomas Zimmermann
2015-05-20 09:54:27 +02:00
parent 2584eec98c
commit b7f2673e7e
14 changed files with 56 additions and 79 deletions

View File

@@ -340,7 +340,7 @@ SocketIORequestClosingRunnable::Run()
SocketBase* socketBase = io->GetSocketBase();
MOZ_ASSERT(socketBase);
socketBase->CloseSocket();
socketBase->Close();
return NS_OK;
}