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

Unified Diff: runtime/bin/io_natives.cc

Issue 2698813002: [dart:io][windows] Make unicode characters display correctly. (Closed)
Patch Set: Make tests pass Created 3 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/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index 2c582425ba1dfdf94c974bd6770011f97ba2a2d0..9b205229f2e71b4b5d190b77354b4cb5589f805c 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -45,6 +45,7 @@ namespace bin {
V(File_WriteFrom, 4) \
V(File_Position, 1) \
V(File_SetPosition, 2) \
+ V(File_SetTranslation, 2) \
V(File_Truncate, 2) \
V(File_Length, 1) \
V(File_LengthFromPath, 1) \

Powered by Google App Engine
This is Rietveld 408576698