Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: tool/input_sdk/patch/typed_data_patch.dart

Issue 1956993003: Update native_typed_data (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tool/input_sdk/lib/core/num.dart ('k') | tool/input_sdk/private/native_typed_data.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1de7494c55a6157869ecdb39d9425c19b90f81aa..a7f13abafc52090c2c70f74348bbf6f3a235ca55 100644
--- a/tool/input_sdk/patch/typed_data_patch.dart
+++ b/tool/input_sdk/patch/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;
-import 'dart:_js_helper'
- show Creates, JavaScriptIndexingBehavior, JSName, Null, Returns, patch;
+import 'dart:_js_helper' show patch;
import 'dart:_native_typed_data';
@patch class ByteData {
« no previous file with comments | « tool/input_sdk/lib/core/num.dart ('k') | tool/input_sdk/private/native_typed_data.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698