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

Unified Diff: runtime/bin/socket_win.cc

Issue 19263003: Add FileSystemWatcher class to dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cleanup Created 7 years, 4 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/socket_win.cc
diff --git a/runtime/bin/socket_win.cc b/runtime/bin/socket_win.cc
index ef37ad24e411143a4ed66c907590a480fd862c04..696f8cc6744f1b01e87fd4292a883472a9a6e697 100644
--- a/runtime/bin/socket_win.cc
+++ b/runtime/bin/socket_win.cc
@@ -181,7 +181,7 @@ int Socket::GetType(intptr_t fd) {
}
-intptr_t Socket::GetStdioHandle(int num) {
+intptr_t Socket::GetStdioHandle(intptr_t num) {
HANDLE handle;
switch (num) {
case 0:

Powered by Google App Engine
This is Rietveld 408576698