| Index: sdk/lib/_internal/compiler/implementation/closure.dart
 | 
| diff --git a/sdk/lib/_internal/compiler/implementation/closure.dart b/sdk/lib/_internal/compiler/implementation/closure.dart
 | 
| index fa0d0479d92ba2a3eb7531d934a85b6b995e4a3c..4a51ce6f4ae57dae47df569740fe924591c5c2df 100644
 | 
| --- a/sdk/lib/_internal/compiler/implementation/closure.dart
 | 
| +++ b/sdk/lib/_internal/compiler/implementation/closure.dart
 | 
| @@ -14,7 +14,7 @@ import "elements/modelx.dart" show ElementX, FunctionElementX, ClassElementX;
 | 
|  
 | 
|  class ClosureNamer {
 | 
|    SourceString getClosureVariableName(SourceString name, int id) {
 | 
| -    return new SourceString("${name.slowToString()}_$id");    
 | 
| +    return new SourceString("${name.slowToString()}_$id");
 | 
|    }
 | 
|  }
 | 
|  
 | 
| 
 |