| Index: sdk/lib/_internal/compiler/implementation/dart2js.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/dart2js.dart b/sdk/lib/_internal/compiler/implementation/dart2js.dart
|
| index 54f998f9f829504f81f385d9906c682161f8c123..55f167b717f665016a3f2895dae987cf592ab9e9 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/dart2js.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/dart2js.dart
|
| @@ -5,7 +5,8 @@
|
| library dart2js.cmdline;
|
|
|
| import 'dart:async';
|
| -import 'dart:io';
|
| +import 'dart:io'
|
| + show exit, File, FileMode, Options, Platform, RandomAccessFile;
|
| import 'dart:math' as math;
|
|
|
| import '../compiler.dart' as api;
|
|
|