| Index: sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/interceptors.dart b/sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| index ea4d901d7f9fa6e44df83322ad54980fc05f0408..e70b10635a3789742aaea8c51ccf08f01834052a 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/interceptors.dart
|
| @@ -23,6 +23,7 @@ import 'dart:_js_helper' show allMatchesInStringUnchecked,
|
| initNativeDispatch,
|
| initNativeDispatchFlag,
|
| regExpGetNative,
|
| + regExpCaptureCount,
|
| stringContainsUnchecked,
|
| stringLastIndexOfUnchecked,
|
| stringReplaceAllFuncUnchecked,
|
|
|