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

Unified Diff: runtime/vm/symbols.h

Issue 19780002: Convert MethodMirror.returnType to native calls (and more) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 8b0b2f0cece51426367b526a4ab0128c46c7b955..8033e634d395e4ecf64db52b81a3917f82ecf5be 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -267,6 +267,7 @@ class ObjectPointerVisitor;
V(_Random, "_Random") \
V(_state, "_state") \
V(_A, "_A") \
+ V(_SpecialTypeMirrorImpl, "_SpecialTypeMirrorImpl") \
// Contains a list of frequently used strings in a canonicalized form. This

Powered by Google App Engine
This is Rietveld 408576698