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

Unified Diff: runtime/vm/bootstrap.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/vm/bootstrap.h
diff --git a/runtime/vm/bootstrap.h b/runtime/vm/bootstrap.h
index 6ebc8124637e56bb02d74bcbd24314939ed66c05..a38819480aa418170bc979e446e70c3a9bd42a41 100644
--- a/runtime/vm/bootstrap.h
+++ b/runtime/vm/bootstrap.h
@@ -23,7 +23,7 @@ class Bootstrap : public AllStatic {
static const char* async_source_paths_[];
static const char* corelib_source_paths_[];
static const char* collection_source_paths_[];
- static const char* collection_dev_source_paths_[];
+ static const char* internal_source_paths_[];
floitsch 2014/01/14 19:21:01 paths were sorted.
Lasse Reichstein Nielsen 2014/01/15 09:27:42 Done.
static const char* convert_source_paths_[];
static const char* isolate_source_paths_[];
static const char* json_source_paths_[];
@@ -36,7 +36,7 @@ class Bootstrap : public AllStatic {
static const char* async_patch_paths_[];
static const char* corelib_patch_paths_[];
static const char* collection_patch_paths_[];
- static const char* collection_dev_patch_paths_[];
+ static const char* internal_patch_paths_[];
floitsch 2014/01/14 19:21:01 ditto.
Lasse Reichstein Nielsen 2014/01/15 09:27:42 Done.
static const char* convert_patch_paths_[];
static const char* isolate_patch_paths_[];
static const char* math_patch_paths_[];

Powered by Google App Engine
This is Rietveld 408576698