| Index: runtime/bin/directory_patch.dart
|
| diff --git a/runtime/bin/directory_patch.dart b/runtime/bin/directory_patch.dart
|
| index 314298d263e4c7416e2389f2b2986c472f210816..da4e014d46a8bf14916fa908c0f560b5ed98f098 100644
|
| --- a/runtime/bin/directory_patch.dart
|
| +++ b/runtime/bin/directory_patch.dart
|
| @@ -14,6 +14,4 @@ patch class _Directory {
|
| native "Directory_Rename";
|
| /* patch */ static List _list(String path, bool recursive, bool followLinks)
|
| native "Directory_List";
|
| - /* patch */ static SendPort _newServicePort()
|
| - native "Directory_NewServicePort";
|
| }
|
|
|