Index: sdk/lib/_internal/js_runtime/lib/io_patch.dart |
diff --git a/sdk/lib/_internal/js_runtime/lib/io_patch.dart b/sdk/lib/_internal/js_runtime/lib/io_patch.dart |
index f79da5c8ab8d501a505fa05e5a112b320063f98e..35d314fcd7d1676e030784d78014c1f1424dee8f 100644 |
--- a/sdk/lib/_internal/js_runtime/lib/io_patch.dart |
+++ b/sdk/lib/_internal/js_runtime/lib/io_patch.dart |
@@ -218,6 +218,10 @@ class _Platform { |
static String _version() { |
throw new UnsupportedError("Platform._version"); |
} |
+ @patch |
+ static _ansiSupported() { |
+ throw new UnsupportedError("Platform._ansiSupported"); |
+ } |
} |
@patch |