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

Unified Diff: runtime/bin/platform_patch.dart

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
Index: runtime/bin/platform_patch.dart
diff --git a/runtime/bin/platform_patch.dart b/runtime/bin/platform_patch.dart
index 5896fbdac24d0e051b16e7614ea9183d7b45016c..c4b348114e2a9a1fd3058026c131ed5e5a1c935f 100644
--- a/runtime/bin/platform_patch.dart
+++ b/runtime/bin/platform_patch.dart
@@ -21,8 +21,6 @@
native "Platform_ExecutableArguments";
@patch static String _version()
native "Platform_GetVersion";
- @patch static bool _ansiSupported()
- native "Platform_AnsiSupported";
@patch static String _packageRoot()
=> VMLibraryHooks.packageRootString;

Powered by Google App Engine
This is Rietveld 408576698