| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (revision 27280)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/codegen.dart (working copy)
|
| @@ -1506,7 +1506,7 @@
|
| // list class is instantiated.
|
| world.registerInstantiatedClass(
|
| compiler.listClass, work.resolutionTree);
|
| - } else if (target == backend.jsStringConcat) {
|
| + } else if (target == backend.jsStringOperatorAdd) {
|
| push(new js.Binary('+', object, arguments[0]), node);
|
| return;
|
| } else if (target.isNative() && target.isFunction()
|
|
|