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

Unified Diff: runtime/bin/platform_patch.dart

Issue 2739683005: [dart:io] Adds Platform.ansiSupported (Closed)
Patch Set: Cleanup 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 c4b348114e2a9a1fd3058026c131ed5e5a1c935f..5896fbdac24d0e051b16e7614ea9183d7b45016c 100644
--- a/runtime/bin/platform_patch.dart
+++ b/runtime/bin/platform_patch.dart
@@ -21,6 +21,8 @@
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