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

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: Fix various issues discovered during own review. 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
Index: dart/runtime/vm/object.cc
diff --git a/dart/runtime/vm/object.cc b/dart/runtime/vm/object.cc
index b8b53612569f97344365db80ffa3348d6fe538b9..c3851292041cf5f7397392228c663a8e92b8e2d5 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);

Powered by Google App Engine
This is Rietveld 408576698