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

Unified Diff: lib/typed_data/typed_data_patch.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 1 month 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
Index: lib/typed_data/typed_data_patch.dart
diff --git a/lib/typed_data/typed_data_patch.dart b/lib/typed_data/typed_data_patch.dart
index df0cf4fc5317ab94721dc8e54f17a6a83ed99690..eaa2baed20cb8b614ab1261497f6e34364b9c973 100644
--- a/lib/typed_data/typed_data_patch.dart
+++ b/lib/typed_data/typed_data_patch.dart
@@ -3,11 +3,10 @@
// BSD-style license that can be found in the LICENSE.md file.
import 'dart:fletch._system' as fletch;
+import 'dart:fletch._system' show patch;
import 'dart:collection';
import 'dart:fletch.ffi';
-const patch = "patch";
-
@patch class Uint8List {
@patch factory Uint8List(int length) {
return new _Uint8List(length);

Powered by Google App Engine
This is Rietveld 408576698