| Index: pkg/compiler/lib/src/inferrer/type_graph_dump.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/type_graph_dump.dart b/pkg/compiler/lib/src/inferrer/type_graph_dump.dart
|
| index 3f17b3591b4e54c5ee175da9b9a1aa19f7b7d965..f79637bd28c851f06f7781e1ab9ba192d8ae3b6b 100644
|
| --- a/pkg/compiler/lib/src/inferrer/type_graph_dump.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/type_graph_dump.dart
|
| @@ -364,7 +364,7 @@ class _GraphGenerator extends TypeInformationVisitor {
|
| }
|
|
|
| void visitStringLiteralTypeInformation(StringLiteralTypeInformation info) {
|
| - String text = shorten(info.value.slowToString()).replaceAll('\n', '\\n');
|
| + String text = shorten(info.value).replaceAll('\n', '\\n');
|
| addNode(info, 'StringLiteral\n"$text"');
|
| }
|
|
|
|
|