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

Unified Diff: runtime/bin/dartutils.h

Issue 133893007: Rename internal library dart:_collection-dev to dart:_internal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typo in dart2js Symbol lookup. Created 6 years, 11 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: runtime/bin/dartutils.h
diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
index 3e1dbe9dda244b746e42778c0c4e43cc2fc39e1d..a92ea832c6288de6d96bb9654bbcad204e26cd56 100644
--- a/runtime/bin/dartutils.h
+++ b/runtime/bin/dartutils.h
@@ -209,7 +209,7 @@ class DartUtils {
static const char* kDartExtensionScheme;
static const char* kAsyncLibURL;
static const char* kBuiltinLibURL;
- static const char* kCollectionDevLibURL;
+ static const char* kInternalLibURL;
floitsch 2014/01/14 19:21:01 I believe the URLs were sorted in order.
Ivan Posva 2014/01/14 23:35:32 Yes, please.
Lasse Reichstein Nielsen 2014/01/15 09:27:42 Done.
static const char* kCoreLibURL;
static const char* kIsolateLibURL;
static const char* kIOLibURL;

Powered by Google App Engine
This is Rietveld 408576698