| Index: lib/compiler/implementation/ssa/builder.dart
|
| diff --git a/lib/compiler/implementation/ssa/builder.dart b/lib/compiler/implementation/ssa/builder.dart
|
| index cd3d382866dc5e0d3e5aa1efd604593d27e9e541..8c6ca6badb54cc3e253a0b5e177c147af88e1d42 100644
|
| --- a/lib/compiler/implementation/ssa/builder.dart
|
| +++ b/lib/compiler/implementation/ssa/builder.dart
|
| @@ -197,7 +197,7 @@ class SsaBuilderTask extends CompilerTask {
|
| } else {
|
| name = "${element.name.slowToString()}";
|
| }
|
| - compiler.tracer.traceCompilation(name);
|
| + compiler.tracer.traceCompilation(name, work.compilationContext);
|
| compiler.tracer.traceGraph('builder', graph);
|
| }
|
| return graph;
|
|
|