| Index: lib/compiler/implementation/ssa/builder.dart
|
| diff --git a/lib/compiler/implementation/ssa/builder.dart b/lib/compiler/implementation/ssa/builder.dart
|
| index 6d161d0c967a142051781c0d8f0f8d6566270d4b..f57db2a62021e75825c97ae53a1f17e569874982 100644
|
| --- a/lib/compiler/implementation/ssa/builder.dart
|
| +++ b/lib/compiler/implementation/ssa/builder.dart
|
| @@ -2518,7 +2518,7 @@ class SsaBuilder extends ResolvedVisitor implements Visitor {
|
| return;
|
| }
|
| }
|
| - compiler.cancel('JS code must be a string literal', node: literal);
|
| + compiler.cancel('JS code must be a string literal', node: code);
|
| }
|
|
|
| void handleForeignUnintercepted(Send node) {
|
|
|