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

Unified Diff: runtime/vm/symbols.h

Issue 2563633002: Make the VM's dart:core and dart:async library patches clean. (Closed)
Patch Set: Make moveNextFn private. Created 4 years 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 f8a7996bdce6afc5080cef1ef7bf7b56ac9c0a40..8d599b2c44894425a3c7f7bb3344e33c643aa473 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -84,8 +84,8 @@ class ObjectPointerVisitor;
V(ListFactory, "List.") \
V(Map, "Map") \
V(MapLiteralFactory, "Map._fromLiteral") \
- V(ImmutableMap, "ImmutableMap") \
- V(ImmutableMapConstructor, "ImmutableMap._create") \
+ V(ImmutableMap, "_ImmutableMap") \
+ V(ImmutableMapConstructor, "_ImmutableMap._create") \
V(StringBase, "_StringBase") \
V(Interpolate, "_interpolate") \
V(InterpolateSingle, "_interpolateSingle") \

Powered by Google App Engine
This is Rietveld 408576698