| Index: sdk/lib/_internal/lib/mirror_helper.dart
|
| diff --git a/sdk/lib/_internal/lib/mirror_helper.dart b/sdk/lib/_internal/lib/mirror_helper.dart
|
| index 21245d218763a4b1a6aab1044f6a6451a3f327df..9c3024fa606840d1b36a5a83fb3a0364134a6698 100644
|
| --- a/sdk/lib/_internal/lib/mirror_helper.dart
|
| +++ b/sdk/lib/_internal/lib/mirror_helper.dart
|
| @@ -11,7 +11,7 @@ import 'dart:mirrors';
|
|
|
| /// The compiler will replace this variable with a map containing all the
|
| /// renames made in dart2dart.
|
| -const Map _SYMBOLS = null;
|
| +const Map<String, String> _SYMBOLS = null;
|
|
|
| /// This method is a wrapper for MirrorSystem.getName() and will be inlined and
|
| /// called in the generated output Dart code.
|
|
|