| 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 8948546d14300a70abb9800e664b38ee9c95967b..9c5fd2c392737577649067c0e7812587f7a41656 100644
|
| --- a/pkg/compiler/lib/src/ssa/graph_builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/graph_builder.dart
|
| @@ -35,12 +35,12 @@ abstract class GraphBuilder {
|
| /// A reference to the compiler.
|
| Compiler compiler;
|
|
|
| - /// The JavaScript backend we are targeting in this compilation.
|
| - JavaScriptBackend get backend;
|
| -
|
| /// The tree elements for the element being built into an SSA graph.
|
| TreeElements get elements;
|
|
|
| + /// The JavaScript backend we are targeting in this compilation.
|
| + JavaScriptBackend get backend;
|
| +
|
| CodegenRegistry get registry;
|
|
|
| ClosedWorld get closedWorld;
|
|
|