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

Unified Diff: runtime/bin/io_natives.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/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index eb5b444b35643b398840b87a3ee8d08bec3fc381..514d19da2bf8e1003d227ec4e9d7339452ae03c9 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -68,6 +68,7 @@ namespace bin {
V(Socket_NewServicePort, 0) \
V(Socket_GetType, 1) \
V(Socket_SetOption, 3) \
+ V(Socket_SetSocketId, 2) \
V(Stdin_ReadByte, 1) \
V(Stdin_SetEchoMode, 2) \
V(Stdin_SetLineMode, 2) \

Powered by Google App Engine
This is Rietveld 408576698