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

Unified Diff: runtime/vm/bootstrap.cc

Issue 12221044: Revert "Hide collection-dev library." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | runtime/vm/vm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap.cc
diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
index 27f949b5a48ef1015ac5747165c6676992d4191f..5720b0a3c20eecf100d03cf0fca5149cbc6c29ab 100644
--- a/runtime/vm/bootstrap.cc
+++ b/runtime/vm/bootstrap.cc
@@ -49,8 +49,7 @@ RawScript* Bootstrap::LoadCollectionScript(bool patch) {
RawScript* Bootstrap::LoadCollectionDevScript(bool patch) {
- const char* url =
- patch ? "dart:_collection-dev-patch" : "dart:_collection-dev";
+ const char* url = patch ? "dart:collection-dev-patch" : "dart:collection-dev";
const char* source = patch ? collection_dev_source_ : collection_dev_source_;
return LoadScript(url, source, patch);
}
« no previous file with comments | « no previous file | runtime/vm/vm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698