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

Unified Diff: dart/runtime/vm/object.cc

Issue 14173005: Update dart:mirrors to use Symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Also use _symbol_dev.Symbol.getName in dart2js 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
« no previous file with comments | « dart/runtime/vm/bootstrap.cc ('k') | dart/runtime/vm/vm.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/vm/object.cc
diff --git a/dart/runtime/vm/object.cc b/dart/runtime/vm/object.cc
index 8b7c8168e1ce11deba9e646a8852b5b9d980d43a..89554a52bfb360801e478c80925d655eb12b55f6 100644
--- a/dart/runtime/vm/object.cc
+++ b/dart/runtime/vm/object.cc
@@ -1014,7 +1014,7 @@ RawError* Object::Init(Isolate* isolate) {
INIT_LIBRARY(Async, async, true);
INIT_LIBRARY(Collection, collection, true);
- INIT_LIBRARY(CollectionDev, collection_dev, false);
+ INIT_LIBRARY(CollectionDev, collection_dev, true);
INIT_LIBRARY(Crypto, crypto, false);
INIT_LIBRARY(Isolate, isolate, true);
INIT_LIBRARY(Json, json, true);
« no previous file with comments | « dart/runtime/vm/bootstrap.cc ('k') | dart/runtime/vm/vm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698