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

Unified Diff: runtime/bin/eventhandler_linux.h

Issue 163903002: Prototype of I/O statistics for Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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_linux.h
diff --git a/runtime/bin/eventhandler_linux.h b/runtime/bin/eventhandler_linux.h
index 2e811e8168c08969cc4668656c82559844d76067..10b28ab1baff184dabc1942d1a8c4cac18264249 100644
--- a/runtime/bin/eventhandler_linux.h
+++ b/runtime/bin/eventhandler_linux.h
@@ -56,7 +56,7 @@ class SocketData {
port_ = 0;
mask_ = 0;
flags_ = 0;
- close(fd_);
+ Socket::Close(fd_);
fd_ = -1;
}

Powered by Google App Engine
This is Rietveld 408576698