| Index: pkg/compiler/lib/src/io/code_output.dart
|
| diff --git a/pkg/compiler/lib/src/io/code_output.dart b/pkg/compiler/lib/src/io/code_output.dart
|
| index bd97af021575b6eaff1e5e8ef9958979be88fd77..5f131987eb33309218426bc141f985c77694f02f 100644
|
| --- a/pkg/compiler/lib/src/io/code_output.dart
|
| +++ b/pkg/compiler/lib/src/io/code_output.dart
|
| @@ -6,7 +6,7 @@ library dart2js.code_output;
|
|
|
| import 'dart:async';
|
|
|
| -import 'source_map_builder.dart';
|
| +import 'source_information.dart';
|
|
|
| class CodeOutputMarker {
|
| final int offsetDelta;
|
|
|