| 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 43fae68bd5b0a4f3c9bab4db03c67a0d56d75178..5ba025f1a002f35b880efe953011b89de88b6278 100644
|
| --- a/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| @@ -146,7 +146,7 @@ class LookupMapAnalysis {
|
| // when we introduce the next version.
|
| Version version;
|
| try {
|
| - version = new Version.parse(value.primitiveValue.slowToString());
|
| + version = new Version.parse(value.primitiveValue);
|
| } catch (e) {}
|
|
|
| if (version == null || !_validLookupMapVersionConstraint.allows(version)) {
|
|
|