| Index: pkg/compiler/lib/src/native/js.dart
|
| diff --git a/pkg/compiler/lib/src/native/js.dart b/pkg/compiler/lib/src/native/js.dart
|
| index 5d1d37b8e06abee7fa4059de4c47c6e054018fb8..9108b906e7af8bd51b6cd4bf244e024a54194312 100644
|
| --- a/pkg/compiler/lib/src/native/js.dart
|
| +++ b/pkg/compiler/lib/src/native/js.dart
|
| @@ -2,8 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of native;
|
| +import '../js/js.dart' as js;
|
| +import '../universe/side_effects.dart' show SideEffects;
|
|
|
| +import 'behavior.dart';
|
|
|
| class HasCapturedPlaceholders extends js.BaseVisitor {
|
|
|
|
|