Index: sdk/lib/_internal/js_runtime/lib/typed_data_patch.dart |
diff --git a/sdk/lib/_internal/js_runtime/lib/typed_data_patch.dart b/sdk/lib/_internal/js_runtime/lib/typed_data_patch.dart |
index 60417602b39adadb0b6418f60a5e9c6125590e19..a7f13abafc52090c2c70f74348bbf6f3a235ca55 100644 |
--- a/sdk/lib/_internal/js_runtime/lib/typed_data_patch.dart |
+++ b/sdk/lib/_internal/js_runtime/lib/typed_data_patch.dart |
@@ -3,13 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
-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:_js_helper' |
- show Creates, JavaScriptIndexingBehavior, JSName, Returns, patch; |
+import 'dart:_js_helper' show patch; |
import 'dart:_native_typed_data'; |
@patch class ByteData { |