Chromium Code Reviews| Index: dart/lib/compiler/implementation/ssa/builder.dart | 
| diff --git a/dart/lib/compiler/implementation/ssa/builder.dart b/dart/lib/compiler/implementation/ssa/builder.dart | 
| index 7c573d4f7fe949aefa1e037c25ec652f71944307..9e640a5fa1d73495e3603c8a4827e9eee35758d5 100644 | 
| --- a/dart/lib/compiler/implementation/ssa/builder.dart | 
| +++ b/dart/lib/compiler/implementation/ssa/builder.dart | 
| @@ -2573,8 +2573,8 @@ class SsaBuilder extends ResolvedVisitor implements Visitor { | 
| } | 
| addGenericSendArgumentsToList(node.arguments, inputs); | 
| String name = backend.namer.publicInstanceMethodNameByArity( | 
| - Elements.OPERATOR_EQUALS, 1); | 
| - push(new HForeign(new DartString.literal('!!#.$name'), | 
| + const SourceString('=='), 1); | 
| 
 
floitsch
2012/10/17 12:13:47
No need to change, but ok.
 
ahe
2012/11/12 13:22:09
I removed the field, so I do need to change it.
 
 | 
| + push(new HForeign(new DartString.literal("!!#['$name']"), | 
| const LiteralDartString('bool'), | 
| inputs)); | 
| } |