| Index: tool/input_sdk/private/utils.dart
|
| diff --git a/tool/input_sdk/private/utils.dart b/tool/input_sdk/private/utils.dart
|
| index a04c780a4f52035ca05c6e549b438b9c2bbce4ae..3a587d7f0cfd89f9e16600060a0900b3f8586453 100644
|
| --- a/tool/input_sdk/private/utils.dart
|
| +++ b/tool/input_sdk/private/utils.dart
|
| @@ -102,7 +102,6 @@ copyProperties(to, from) => JS('', '''(() => {
|
| })()''');
|
|
|
| /// Exports from one Dart module to another.
|
| -@JSExportName('export')
|
| export_(to, from, show, hide) => JS('', '''(() => {
|
| if ($show == void 0 || $show.length == 0) {
|
| $show = $getOwnNamesAndSymbols($from);
|
|
|