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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 10854197: A round of edits to make mirrors.dart more like our current working (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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/bootstrap_natives.h
===================================================================
--- runtime/vm/bootstrap_natives.h (revision 10864)
+++ runtime/vm/bootstrap_natives.h (working copy)
@@ -182,7 +182,7 @@
V(LocalObjectMirrorImpl_getField, 2) \
V(LocalObjectMirrorImpl_setField, 3) \
V(LocalClosureMirrorImpl_apply, 2) \
- V(LocalInterfaceMirrorImpl_invokeConstructor, 3) \
+ V(LocalClassMirrorImpl_invokeConstructor, 3) \
V(GrowableObjectArray_allocate, 2) \
V(GrowableObjectArray_getIndexed, 2) \
V(GrowableObjectArray_setIndexed, 3) \

Powered by Google App Engine
This is Rietveld 408576698