Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: runtime/bin/process_win.cc

Issue 2791163004: Reverting until bots clear up. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/io_natives.cc ('k') | runtime/bin/socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/process_win.cc
diff --git a/runtime/bin/process_win.cc b/runtime/bin/process_win.cc
index 0870983a91e9390499eab946e78385e8beb4527d..02bea4bb5115d41303ff72718d5cbb21e2174993 100644
--- a/runtime/bin/process_win.cc
+++ b/runtime/bin/process_win.cc
@@ -959,7 +959,7 @@ BOOL WINAPI SignalHandler(DWORD signal) {
while (handler != NULL) {
if (handler->signal() == signal) {
int value = 0;
- BaseSocket::Write(handler->fd(), &value, 1);
+ Socket::Write(handler->fd(), &value, 1);
handled = true;
}
handler = handler->next();
« no previous file with comments | « runtime/bin/io_natives.cc ('k') | runtime/bin/socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698