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

Unified Diff: runtime/bin/eventhandler_win.cc

Issue 908873002: Add support to specify the source address for socket connect (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added dart2js patch file Created 5 years, 10 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
Index: runtime/bin/eventhandler_win.cc
diff --git a/runtime/bin/eventhandler_win.cc b/runtime/bin/eventhandler_win.cc
index c4ecb464b29dbd9062abae6946301d2f2a3572d3..68171f600b93254685c589019a05a64a82c069b2 100644
--- a/runtime/bin/eventhandler_win.cc
+++ b/runtime/bin/eventhandler_win.cc
@@ -875,7 +875,7 @@ void ClientSocket::DisconnectComplete(OverlappedBuffer* buffer) {
if (data_ready_ != NULL) {
OverlappedBuffer::DisposeBuffer(data_ready_);
}
- closed_ = true;
+ mark_closed();
}

Powered by Google App Engine
This is Rietveld 408576698