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

Unified Diff: runtime/vm/object.cc

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/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 5095e2477ae6debeba27da8a3ab8fc35faf31f0b..2d370f3cad8b89100cf3ccdb5c4c6c9b75b3c386 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -8402,8 +8402,8 @@ RawLibrary* Library::CollectionLibrary() {
}
-RawLibrary* Library::CollectionDevLibrary() {
- return Isolate::Current()->object_store()->collection_dev_library();
+RawLibrary* Library::InternalLibrary() {
+ return Isolate::Current()->object_store()->internal_library();
}

Powered by Google App Engine
This is Rietveld 408576698