| Index: pkg/compiler/lib/src/resolution/resolution_strategy.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/resolution_strategy.dart b/pkg/compiler/lib/src/resolution/resolution_strategy.dart
|
| index 7c87d62d8076d69865289ac71fd1be40c3dddcbb..a241c770649a31d8a9dbb9a9e3fdb8cbe6b59af1 100644
|
| --- a/pkg/compiler/lib/src/resolution/resolution_strategy.dart
|
| +++ b/pkg/compiler/lib/src/resolution/resolution_strategy.dart
|
| @@ -519,7 +519,7 @@ class _ElementAnnotationProcessor implements AnnotationProcessor {
|
| String name;
|
| if (value.isString) {
|
| StringConstantValue stringValue = value;
|
| - name = stringValue.primitiveValue.slowToString();
|
| + name = stringValue.primitiveValue;
|
| } else {
|
| // TODO(jacobr): report a warning if the value is not a String.
|
| name = '';
|
|
|