| Index: pkg/compiler/lib/src/native/native.dart
|
| diff --git a/pkg/compiler/lib/src/native/native.dart b/pkg/compiler/lib/src/native/native.dart
|
| index ebe88a9a127128b6b6fc1273faccc508638574c8..fe1659ed34dfc4f7729fb791857b9662d9438859 100644
|
| --- a/pkg/compiler/lib/src/native/native.dart
|
| +++ b/pkg/compiler/lib/src/native/native.dart
|
| @@ -48,7 +48,8 @@ import '../tokens/token_constants.dart' as Tokens show
|
| EOF_TOKEN,
|
| STRING_TOKEN;
|
| import '../tree/tree.dart';
|
| -import '../universe/universe.dart' show SideEffects;
|
| +import '../universe/side_effects.dart' show
|
| + SideEffects;
|
| import '../util/util.dart';
|
|
|
| part 'behavior.dart';
|
|
|