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

Unified Diff: runtime/vm/symbols.h

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/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 4601cf1e65a44832c20a513f8c9d28ca880e1f0d..1aff6975c0363d8870d3268dfb5125308e67113a 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -273,7 +273,7 @@ class ObjectPointerVisitor;
V(DartAsync, "dart:async") \
V(DartCore, "dart:core") \
V(DartCollection, "dart:collection") \
- V(DartCollectionDev, "dart:_collection-dev") \
+ V(DartInternal, "dart:_internal") \
floitsch 2014/01/14 19:21:01 Fix trailing "\". (missing spaces).
Ivan Posva 2014/01/14 23:35:32 Sorted.
Lasse Reichstein Nielsen 2014/01/15 09:27:42 Done.
V(DartConvert, "dart:convert") \
V(DartIsolate, "dart:isolate") \
V(DartMath, "dart:math") \

Powered by Google App Engine
This is Rietveld 408576698