| Index: tool/input_sdk/patch/typed_data_patch.dart
|
| diff --git a/tool/input_sdk/patch/typed_data_patch.dart b/tool/input_sdk/patch/typed_data_patch.dart
|
| index e9af062c59848db7ef0bfed97c681ed538198b2f..1de7494c55a6157869ecdb39d9425c19b90f81aa 100644
|
| --- a/tool/input_sdk/patch/typed_data_patch.dart
|
| +++ b/tool/input_sdk/patch/typed_data_patch.dart
|
| @@ -7,7 +7,7 @@ import 'dart:_internal' show FixedLengthListMixin;
|
| import 'dart:_foreign_helper' show JS;
|
| import 'dart:math' as Math;
|
| import 'dart:_internal';
|
| -import 'dart:_interceptors' show JSIndexable, JSUInt32, JSUInt31;
|
| +import 'dart:_interceptors' show JSIndexable;
|
| import 'dart:_js_helper'
|
| show Creates, JavaScriptIndexingBehavior, JSName, Null, Returns, patch;
|
| import 'dart:_native_typed_data';
|
|
|