| Index: sdk/lib/_internal/js_runtime/lib/interceptors.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/interceptors.dart b/sdk/lib/_internal/js_runtime/lib/interceptors.dart
|
| index 0247af4ab45094c9af83d02c647d4dfd7e6c0c48..262213bebfa403b4afe3471b7f804715df90ecd3 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/interceptors.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/interceptors.dart
|
| @@ -12,7 +12,6 @@ import 'dart:collection';
|
| import 'dart:_internal' hide Symbol;
|
| import "dart:_internal" as _symbol_dev show Symbol;
|
| import 'dart:_js_helper' show allMatchesInStringUnchecked,
|
| - Null,
|
| JSSyntaxRegExp,
|
| Primitives,
|
| argumentErrorValue,
|
| @@ -36,7 +35,6 @@ import 'dart:_js_helper' show allMatchesInStringUnchecked,
|
| stringReplaceFirstMappedUnchecked,
|
| stringReplaceRangeUnchecked,
|
| lookupAndCacheInterceptor,
|
| - lookupDispatchRecord,
|
| StringMatch,
|
| firstMatchAfter,
|
| NoInline;
|
|
|