| 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 ad8555281e7617d34dddbba8666c59cf049ae72b..5ae00da4a0e128c4a8d5df2f7b45de0070e61696 100644
|
| --- a/lib/typed_data/typed_data_patch.dart
|
| +++ b/lib/typed_data/typed_data_patch.dart
|
| @@ -2,10 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // 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:dartino._system' as dartino;
|
| +import 'dart:dartino._system' show patch;
|
| import 'dart:collection';
|
| -import 'dart:fletch.ffi';
|
| +import 'dart:dartino.ffi';
|
|
|
| @patch class Uint8List {
|
| @patch factory Uint8List(int length) {
|
|
|