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

Unified Diff: runtime/bin/io_natives.cc

Issue 2753233002: [dart:io] Move Platform.ansiSupported to {Stdin,Stdout}.supportsAnsiEscapes (Closed)
Patch Set: Fix typo Created 3 years, 9 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
« no previous file with comments | « CHANGELOG.md ('k') | runtime/bin/platform.h » ('j') | runtime/bin/stdio.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index b39e44e9fb3f75211c008a454bf0dd0053fde07b..8f3c79a9a3198547faafa98e065761c306c4285c 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -92,7 +92,6 @@ namespace bin {
V(Platform_Environment, 0) \
V(Platform_ExecutableArguments, 0) \
V(Platform_GetVersion, 0) \
- V(Platform_AnsiSupported, 0) \
V(Process_Start, 11) \
V(Process_Wait, 5) \
V(Process_KillPid, 2) \
@@ -148,7 +147,9 @@ namespace bin {
V(Stdin_SetEchoMode, 1) \
V(Stdin_GetLineMode, 0) \
V(Stdin_SetLineMode, 1) \
+ V(Stdin_AnsiSupported, 0) \
V(Stdout_GetTerminalSize, 1) \
+ V(Stdout_AnsiSupported, 1) \
V(StringToSystemEncoding, 1) \
V(SystemEncodingToString, 1) \
V(X509_Subject, 1) \
« no previous file with comments | « CHANGELOG.md ('k') | runtime/bin/platform.h » ('j') | runtime/bin/stdio.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698