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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 53883002: Ensure constructorName symbols include private manglings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 9daf2096bd760e1edb3531bc02d9c6c745bcdcae..29245faa1ea3a1cb58352d668f0e9c7b698f2da8 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -263,7 +263,6 @@ namespace dart {
V(Mirrors_makeLocalTypeMirror, 1) \
V(Mirrors_makeLocalMirrorSystem, 0) \
V(Mirrors_mangleName, 2) \
- V(Mirrors_unmangleName, 1) \
V(MirrorReference_equals, 2) \
V(InstanceMirror_invoke, 5) \
V(InstanceMirror_invokeGetter, 3) \

Powered by Google App Engine
This is Rietveld 408576698