| Index: pkg/compiler/lib/src/ssa/kernel_impact.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/kernel_impact.dart b/pkg/compiler/lib/src/ssa/kernel_impact.dart
|
| index b996acd76ccb557e23662ef24e385e21a1af3c09..f8848b22bce9a26af2d1ecac619afc5e73992c90 100644
|
| --- a/pkg/compiler/lib/src/ssa/kernel_impact.dart
|
| +++ b/pkg/compiler/lib/src/ssa/kernel_impact.dart
|
| @@ -294,8 +294,7 @@ class KernelImpactBuilder extends ir.Visitor {
|
| "${value.toStructuredText()}");
|
| }
|
| StringConstantValue stringValue = value;
|
| - impactBuilder
|
| - .registerConstSymbolName(stringValue.primitiveValue.slowToString());
|
| + impactBuilder.registerConstSymbolName(stringValue.primitiveValue);
|
| }
|
| }
|
|
|
|
|