| Index: tests/compiler/dart2js/sourcemaps/trace_graph.dart
|
| diff --git a/tests/compiler/dart2js/sourcemaps/trace_graph.dart b/tests/compiler/dart2js/sourcemaps/trace_graph.dart
|
| index 0db1e183626c6c0c5c0257e107164c28365139d6..feceab2f16d37b80c3b47116071136c5061dc581 100644
|
| --- a/tests/compiler/dart2js/sourcemaps/trace_graph.dart
|
| +++ b/tests/compiler/dart2js/sourcemaps/trace_graph.dart
|
| @@ -20,7 +20,7 @@ class TraceGraph {
|
|
|
| void addStep(TraceStep step) {
|
| steps.add(step);
|
| - int offset = step.offset.subexpressionOffset;
|
| + int offset = step.offset.value;
|
| TraceStep existingStep = offsetMap[offset];
|
| if (existingStep != null) {
|
| // TODO(johnniwinther): Fix problems with reuse of JS nodes from
|
|
|