| Index: pkg/compiler/tool/perf.dart
|
| diff --git a/pkg/compiler/tool/perf.dart b/pkg/compiler/tool/perf.dart
|
| index b6ecb444a905ac8298884a2056fef07cb8807d0a..462264998b4f40b4c1aafed24108aacbe7187b7f 100644
|
| --- a/pkg/compiler/tool/perf.dart
|
| +++ b/pkg/compiler/tool/perf.dart
|
| @@ -209,7 +209,7 @@ class DirectiveListener extends Listener {
|
|
|
| void beginLiteralString(Token token) {
|
| if (inDirective) {
|
| - var quotedString = token.value;
|
| + var quotedString = token.lexeme;
|
| targets.add(quotedString.substring(1, quotedString.length - 1));
|
| }
|
| }
|
|
|