Chromium Code Reviews| Index: lib/compiler/implementation/ssa/codegen.dart |
| =================================================================== |
| --- lib/compiler/implementation/ssa/codegen.dart (revision 12782) |
| +++ lib/compiler/implementation/ssa/codegen.dart (working copy) |
| @@ -1911,7 +1911,7 @@ |
| use(node.inputs[0]); |
| pushStatement(new js.Throw(pop()), node); |
| } else { |
| - generateThrowWithHelper(@'$throw', node.inputs[0]); |
| + generateThrowWithHelper(r'$throw', node.inputs[0]); |
| } |
| } |