| Index: pkg/compiler/lib/src/resolution/member_impl.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/member_impl.dart b/pkg/compiler/lib/src/resolution/member_impl.dart
|
| index 6c0bb2144859c4ae89038278df93dae5e693ce13..072ddd1118ce14dfe77d0b2833335d7cd8b35993 100644
|
| --- a/pkg/compiler/lib/src/resolution/member_impl.dart
|
| +++ b/pkg/compiler/lib/src/resolution/member_impl.dart
|
| @@ -2,7 +2,7 @@
|
| // 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 resolution.compute_members;
|
| +part of dart2js.resolution.compute_members;
|
|
|
| class DeclaredMember implements Member {
|
| final Name name;
|
|
|