| Index: lib/system/list.dart
|
| diff --git a/lib/system/list.dart b/lib/system/list.dart
|
| index d2c6bf9ea657df48cb03141074f96070b36944bd..3ca9ddc2533f8656ebfdffdb8afe6063f31c6268 100644
|
| --- a/lib/system/list.dart
|
| +++ b/lib/system/list.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -part of dart.system;
|
| +part of dart.fletch._system;
|
|
|
| // TODO(ajohnsen): Temp hack to expose _GrowableList/_FixedList to core.
|
| List newList(int length) {
|
|
|