| Index: pkg/compiler/lib/src/native/resolver.dart
|
| diff --git a/pkg/compiler/lib/src/native/resolver.dart b/pkg/compiler/lib/src/native/resolver.dart
|
| index af0dfc4060e3aa4e57a7d0605c43ab247fdf21b3..ba302d652cbdc8e1b10d6ae3aea221909df7ac13 100644
|
| --- a/pkg/compiler/lib/src/native/resolver.dart
|
| +++ b/pkg/compiler/lib/src/native/resolver.dart
|
| @@ -571,5 +571,5 @@ String readAnnotationName(
|
| spannable, 'Annotations needs one string: ${value.toStructuredText()}');
|
| }
|
| StringConstantValue specStringConstant = fields.single;
|
| - return specStringConstant.toDartString().slowToString();
|
| + return specStringConstant.primitiveValue;
|
| }
|
|
|