Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(458)

Unified Diff: lib/compiler/implementation/dart_backend/renamer.dart

Issue 10905305: Patch refactoring. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 dc006dd5f8782b819b6f5bec2c101dbb75761a38..25d8ac1194b9d98076db74a8da55634f31547e68 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;

Powered by Google App Engine
This is Rietveld 408576698