| Index: sdk/lib/io/io.dart
|
| diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
|
| index 844a38072c29591e7b8a527e62fd9b72b60b95b8..5d94f309bdbe59351e47c4d127bb5b0dcf53f923 100644
|
| --- a/sdk/lib/io/io.dart
|
| +++ b/sdk/lib/io/io.dart
|
| @@ -195,7 +195,7 @@
|
| library dart.io;
|
|
|
| import 'dart:async';
|
| -import 'dart:_internal';
|
| +import 'dart:_internal' hide Symbol;
|
| import 'dart:collection' show HashMap,
|
| HashSet,
|
| Queue,
|
| @@ -204,10 +204,11 @@ import 'dart:collection' show HashMap,
|
| LinkedListEntry,
|
| UnmodifiableMapView;
|
| import 'dart:convert';
|
| -import 'dart:developer';
|
| +import 'dart:developer' hide log;
|
| import 'dart:isolate';
|
| import 'dart:math';
|
| import 'dart:typed_data';
|
| +import 'dart:nativewrappers';
|
|
|
| part 'bytes_builder.dart';
|
| part 'common.dart';
|
|
|