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

Unified Diff: pkg/analyzer_experimental/lib/src/generated/source.dart

Issue 14161021: Generate unique names less aggressively. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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: pkg/analyzer_experimental/lib/src/generated/source.dart
diff --git a/pkg/analyzer_experimental/lib/src/generated/source.dart b/pkg/analyzer_experimental/lib/src/generated/source.dart
index 639fd83e0ee69e86c58aefe3d209b92b2664b868..f5f63be5f3cfbc09d6086004c585acca9a5d087b 100644
--- a/pkg/analyzer_experimental/lib/src/generated/source.dart
+++ b/pkg/analyzer_experimental/lib/src/generated/source.dart
@@ -30,11 +30,11 @@ class SourceFactory {
* @param contentCache the cache holding content used to override the default content of a source
* @param resolvers the resolvers used to resolve absolute URI's
*/
- SourceFactory.con1(ContentCache contentCache3, List<UriResolver> resolvers2) {
- _jtd_constructor_332_impl(contentCache3, resolvers2);
+ SourceFactory.con1(ContentCache contentCache2, List<UriResolver> resolvers2) {
+ _jtd_constructor_332_impl(contentCache2, resolvers2);
}
- _jtd_constructor_332_impl(ContentCache contentCache3, List<UriResolver> resolvers2) {
- this._contentCache = contentCache3;
+ _jtd_constructor_332_impl(ContentCache contentCache2, List<UriResolver> resolvers2) {
+ this._contentCache = contentCache2;
this._resolvers = resolvers2;
}
/**

Powered by Google App Engine
This is Rietveld 408576698