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

Unified Diff: frog/member_set.dart

Issue 9656003: Fix for issue with incorrectly renamed private names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 9 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
« no previous file with comments | « frog/library.dart ('k') | frog/minfrog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/member_set.dart
diff --git a/frog/member_set.dart b/frog/member_set.dart
index 6b383bdf7c4a90bbab2acbb43a9cb491c9648664..a2e764ae3358fd51c86db6d014489b27b4922e86 100644
--- a/frog/member_set.dart
+++ b/frog/member_set.dart
@@ -7,7 +7,6 @@ class MemberSet {
final List<Member> members;
final bool isVar;
String jsname;
- bool jsnameUnique = false;
bool _treatAsField;
Type _returnTypeForGet;
« no previous file with comments | « frog/library.dart ('k') | frog/minfrog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698