Index: lib/mirrors.cc |
=================================================================== |
--- lib/mirrors.cc (revision 11327) |
+++ lib/mirrors.cc (working copy) |
@@ -28,8 +28,7 @@ |
Integer& id = Integer::Handle(); |
id ^= id_obj.raw(); |
Dart_Port port_id = static_cast<Dart_Port>(id.AsInt64Value()); |
- const Bool& is_local = Bool::Handle(Bool::Get(PortMap::IsLocalPort(port_id))); |
- arguments->SetReturn(is_local); |
+ return Bool::Get(PortMap::IsLocalPort(port_id)); |
} |