Chromium Code Reviews| Index: sdk/lib/typed_data/typed_data.dart |
| diff --git a/sdk/lib/typed_data/typed_data.dart b/sdk/lib/typed_data/typed_data.dart |
| index e18433ecddff18828f8462749547cb5efd38237e..f105a2d5a29e228214ea74416d38d88b31a17066 100644 |
| --- a/sdk/lib/typed_data/typed_data.dart |
| +++ b/sdk/lib/typed_data/typed_data.dart |
| @@ -6,6 +6,7 @@ library dart.typed_data; |
| import 'dart:collection'; |
| import 'dart:_collection-dev'; |
| +import 'dart:math' show Random; |
| /** |
| * A sequence of bytes underlying a typed data object. |