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

Unified Diff: runtime/vm/object.h

Issue 12026019: Revert "Add dart:collection_dev library." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « runtime/vm/bootstrap_nocorelib.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index ffcfaff5101e02ff592694e2f98eff63387d6fc4..6edc535b923783177a00020919623e9dd58d2a48 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2064,7 +2064,6 @@ class Library : public Object {
static void InitASyncLibrary(Isolate* isolate);
static void InitCoreLibrary(Isolate* isolate);
static void InitCollectionLibrary(Isolate* isolate);
- static void InitCollectionDevLibrary(Isolate* isolate);
static void InitMathLibrary(Isolate* isolate);
static void InitIsolateLibrary(Isolate* isolate);
static void InitMirrorsLibrary(Isolate* isolate);
@@ -2074,7 +2073,6 @@ class Library : public Object {
static RawLibrary* ASyncLibrary();
static RawLibrary* CoreLibrary();
static RawLibrary* CollectionLibrary();
- static RawLibrary* CollectionDevLibrary();
static RawLibrary* MathLibrary();
static RawLibrary* IsolateLibrary();
static RawLibrary* MirrorsLibrary();
« no previous file with comments | « runtime/vm/bootstrap_nocorelib.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698