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

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: Replaced includeInjectedMembers by implementation Created 8 years, 3 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 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;

Powered by Google App Engine
This is Rietveld 408576698