Index: sdk/lib/_internal/compiler/implementation/lib/io_patch.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart |
index bb27e82602f202f20a916f2e7ef1339d7cf72abb..9741e6e1f9575b004a884a22adf5ae012e8c8019 100644 |
--- a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart |
+++ b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart |
@@ -12,6 +12,9 @@ patch class _Directory { |
patch static String _current() { |
throw new UnsupportedError("Directory._current"); |
} |
+ patch static _setCurrent(String path) { |
+ throw new UnsupportedError("Directory_SetCurrent"); |
+ } |
patch static _createTemp(String template) { |
throw new UnsupportedError("Directory._createTemp"); |
} |