Chromium Code Reviews| Index: sdk/lib/convert/convert.dart |
| diff --git a/sdk/lib/convert/convert.dart b/sdk/lib/convert/convert.dart |
| index 62316a143bdb083623677edbe67a1b3eaf97d2f6..6c76db02b2b91b383d9567730feb2d8c9e5296a7 100644 |
| --- a/sdk/lib/convert/convert.dart |
| +++ b/sdk/lib/convert/convert.dart |
| @@ -4,6 +4,7 @@ |
| library dart.convert; |
| +import 'dart:async'; |
| import 'dart:json' as OLD_JSON_LIB; |
| part 'byte_conversion.dart'; |