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

Unified Diff: lib/kernel.dart

Issue 2205943003: Don't mangle private names. (Closed) Base URL: git@github.com:dart-lang/rasta.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | test/kernel/regression/issue_000081.dart.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/kernel.dart
diff --git a/lib/kernel.dart b/lib/kernel.dart
index 8a8c0756e7ba262d1ec7249f61956d162b14240c..76c22755e0d5776b3cb9ef123d8ac6fe13cf99b1 100644
--- a/lib/kernel.dart
+++ b/lib/kernel.dart
@@ -147,7 +147,6 @@ class Kernel {
MixinApplicationElement mixinApplication = cls;
element = mixinApplication.mixin;
}
- name = "${element.library.libraryOrScriptName}::$name";
irLibrary = libraryToIr(element.library);
}
return new ir.Name(name, irLibrary);
« no previous file with comments | « no previous file | test/kernel/regression/issue_000081.dart.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698