| Index: sdk/lib/_internal/lib/interceptors.dart
|
| diff --git a/sdk/lib/_internal/lib/interceptors.dart b/sdk/lib/_internal/lib/interceptors.dart
|
| index 9dff6fbd4f70356211521212c6a648243889d62c..b72c641a1158bb8bd4f56855d616a8420493817b 100644
|
| --- a/sdk/lib/_internal/lib/interceptors.dart
|
| +++ b/sdk/lib/_internal/lib/interceptors.dart
|
| @@ -26,6 +26,7 @@ import 'dart:_js_helper' show allMatchesInStringUnchecked,
|
| StringMatch,
|
| firstMatchAfter;
|
| import 'dart:_foreign_helper' show JS, JS_EFFECT;
|
| +import 'dart:math' show Random;
|
|
|
| part 'js_array.dart';
|
| part 'js_number.dart';
|
|
|