| 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 be859799a70c1e443c9cbcfa82abd429a808dd7d..7be572b6c95e73e2049cdcc84abc6d30bc226ca6 100644
|
| --- a/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| @@ -13,6 +13,7 @@ import '../constants/values.dart' show
|
| ConstructedConstantValue,
|
| ListConstantValue,
|
| NullConstantValue,
|
| + StringConstantValue,
|
| TypeConstantValue;
|
| import '../dart_types.dart' show DartType;
|
| import '../elements/elements.dart' show
|
| @@ -151,7 +152,7 @@ class LookupMapAnalysis {
|
|
|
| // At this point, the lookupMapVersionVariable should be resolved and it's
|
| // constant value should be available.
|
| - ConstantValue value =
|
| + StringConstantValue value =
|
| backend.constants.getConstantValueForVariable(lookupMapVersionVariable);
|
| if (value == null) {
|
| backend.compiler.reportInfo(lookupMapVersionVariable,
|
|
|