| Index: pkg/compiler/lib/src/ssa/graph_builder.dart | 
| diff --git a/pkg/compiler/lib/src/ssa/graph_builder.dart b/pkg/compiler/lib/src/ssa/graph_builder.dart | 
| index a6210e6c3c5178c5dbf3f6581689c2a69ba72c1c..31cf77d1f8730a85ae166ef36e5218f92b766fbd 100644 | 
| --- a/pkg/compiler/lib/src/ssa/graph_builder.dart | 
| +++ b/pkg/compiler/lib/src/ssa/graph_builder.dart | 
| @@ -10,7 +10,7 @@ import '../compiler.dart'; | 
| import '../deferred_load.dart'; | 
| import '../diagnostics/diagnostic_listener.dart'; | 
| import '../elements/elements.dart'; | 
| -import '../elements/entities.dart' show Entity, Local; | 
| +import '../elements/entities.dart' show Entity, Local, MemberEntity; | 
| import '../elements/resolution_types.dart'; | 
| import '../elements/types.dart'; | 
| import '../js_backend/backend.dart'; | 
| @@ -282,7 +282,7 @@ abstract class GraphBuilder { | 
| HInstruction typeInfo, HInstruction newObject); | 
|  | 
| /// The element for which this SSA builder is being used. | 
| -  Element get targetElement; | 
| +  MemberEntity get targetElement; | 
| TypeBuilder get typeBuilder; | 
|  | 
| /// Helper to implement JS_GET_FLAG. | 
|  |