| Index: runtime/lib/isolate.cc
|
| ===================================================================
|
| --- runtime/lib/isolate.cc (revision 1992)
|
| +++ runtime/lib/isolate.cc (working copy)
|
| @@ -322,7 +322,7 @@
|
|
|
|
|
| DEFINE_NATIVE_ENTRY(ReceivePortImpl_factory, 1) {
|
| - ASSERT(TypeArguments::CheckedHandle(arguments->At(0)).IsNull());
|
| + ASSERT(AbstractTypeArguments::CheckedHandle(arguments->At(0)).IsNull());
|
| intptr_t port_id = PortMap::CreatePort();
|
| const Instance& port = Instance::Handle(ReceivePortCreate(port_id));
|
| arguments->SetReturn(port);
|
|
|