| Index: sdk/lib/_internal/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/io_patch.dart b/sdk/lib/_internal/lib/io_patch.dart
|
| index 095c424d4abbe272f7e05d2e4229add7d9a6b006..dd4444abcdce10eb3d273ff34ee23968981de2ed 100644
|
| --- a/sdk/lib/_internal/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/lib/io_patch.dart
|
| @@ -9,7 +9,7 @@ patch class _Directory {
|
| patch static _setCurrent(path) {
|
| throw new UnsupportedError("Directory_SetCurrent");
|
| }
|
| - patch static _createTemp(String template) {
|
| + patch static _createTemp(String template, bool system) {
|
| throw new UnsupportedError("Directory._createTemp");
|
| }
|
| patch static int _exists(String path) {
|
|
|