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 51e00786e6f0b38623ae56c4086aae1beedf0b3e..8b91faf87db60e18027526cfc413c0e848709c90 100644 |
--- a/sdk/lib/_internal/js_runtime/lib/io_patch.dart |
+++ b/sdk/lib/_internal/js_runtime/lib/io_patch.dart |
@@ -45,6 +45,14 @@ class _Directory { |
} |
@patch |
+class _AsyncDirectoryListerOps { |
+ @patch |
+ factory _AsyncDirectoryListerOps(int pointer) { |
+ throw new UnsupportedError("Directory._list"); |
+ } |
+} |
+ |
+@patch |
class _EventHandler { |
@patch |
static void _sendData(Object sender, |