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

Unified Diff: runtime/lib/mirrors_impl.dart

Issue 25674017: Fix runtimeType for strings, integers and double: return their interface type. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 2 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/lib/mirrors_impl.dart
===================================================================
--- runtime/lib/mirrors_impl.dart (revision 28266)
+++ runtime/lib/mirrors_impl.dart (working copy)
@@ -343,7 +343,7 @@
native 'InstanceMirror_invokeSetter';
static _computeType(reflectee)
- native 'Object_runtimeType';
+ native 'InstanceMirror_computeType';
}
class _LocalClosureMirrorImpl extends _LocalInstanceMirrorImpl
« runtime/lib/mirrors.cc ('K') | « runtime/lib/mirrors.cc ('k') | runtime/lib/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698