| Index: pkg/compiler/lib/src/elements/names.dart
|
| diff --git a/pkg/compiler/lib/src/elements/names.dart b/pkg/compiler/lib/src/elements/names.dart
|
| index c7c30d4543a73f80ace24fa563634ee174cceeeb..56f3bf1cc9a07d2017598995c36d3e709f215da6 100644
|
| --- a/pkg/compiler/lib/src/elements/names.dart
|
| +++ b/pkg/compiler/lib/src/elements/names.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 dart2js.elements;
|
| +part of elements;
|
|
|
| /// A [Name] represents the abstraction of a Dart identifier which takes privacy
|
| /// and setter into account.
|
|
|