| Index: runtime/lib/mirrors_patch.dart
|
| diff --git a/runtime/lib/mirrors_patch.dart b/runtime/lib/mirrors_patch.dart
|
| index 6f3c43609cc6847af7e59ba45b87cb7d66ac5202..12cbd56915953763ab13a5716bd2b8d220f32ea1 100644
|
| --- a/runtime/lib/mirrors_patch.dart
|
| +++ b/runtime/lib/mirrors_patch.dart
|
| @@ -2,8 +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 file.
|
|
|
| -// TODO(ahe): Move _symbol_dev.Symbol to its own "private" library?
|
| -import "dart:_collection-dev" as _symbol_dev;
|
| +import "dart:_internal" as _symbol_dev;
|
|
|
| /**
|
| * Returns a [MirrorSystem] for the current isolate.
|
|
|