| Index: pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart b/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| index 7f8259c3586a27f3d49c318997f99ee9373f122b..111eb22d6c5dcc60c6693a0c821d08dd1d6a8d13 100644
|
| --- a/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| @@ -68,6 +68,9 @@ import 'package:pub_semver/pub_semver.dart';
|
| // ClassElement of a type to refer to keys we need to discover).
|
| // TODO(sigmund): detect uses of mirrors
|
| class LookupMapAnalysis {
|
| + static final Uri PACKAGE_LOOKUP_MAP =
|
| + new Uri(scheme: 'package', path: 'lookup_map/lookup_map.dart');
|
| +
|
| /// Reference to [JavaScriptBackend] to be able to enqueue work when we
|
| /// discover that a key in a map is potentially used.
|
| final JavaScriptBackend backend;
|
|
|