| Index: lib/compiler/implementation/dart_backend/renamer.dart
|
| diff --git a/lib/compiler/implementation/dart_backend/renamer.dart b/lib/compiler/implementation/dart_backend/renamer.dart
|
| index ef26c93e835543af07caba0d99425221b3018e32..1a1905d7a8216daab80579c5164e4a99843d4b93 100644
|
| --- a/lib/compiler/implementation/dart_backend/renamer.dart
|
| +++ b/lib/compiler/implementation/dart_backend/renamer.dart
|
| @@ -7,8 +7,8 @@ Function get _compareNodes =>
|
|
|
| typedef String _Renamer(Renamable renamable);
|
| abstract class Renamable {
|
| - const int RENAMABLE_TYPE_ELEMENT = 1;
|
| - const int RENAMABLE_TYPE_MEMBER = 2;
|
| + const int RENAMABLE_TYPE_ELEMENT = 1;
|
| + const int RENAMABLE_TYPE_MEMBER = 2;
|
| const int RENAMABLE_TYPE_LOCAL = 3;
|
|
|
| final Set<Node> nodes;
|
|
|