Chromium Code Reviews| Index: runtime/lib/invocation_mirror_patch.dart |
| =================================================================== |
| --- runtime/lib/invocation_mirror_patch.dart (revision 16462) |
| +++ runtime/lib/invocation_mirror_patch.dart (working copy) |
| @@ -108,7 +108,7 @@ |
| native "InvocationMirror_invoke"; |
| invokeOn(Object receiver) { |
| - _invoke(receiver, _functionName, _argumentsDescriptor, _arguments); |
| + return _invoke(receiver, _functionName, _argumentsDescriptor, _arguments); |
| } |
| } |