Chromium Code Reviews| 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 |