| Index: runtime/lib/isolate.cc
|
| ===================================================================
|
| --- runtime/lib/isolate.cc (revision 32446)
|
| +++ runtime/lib/isolate.cc (working copy)
|
| @@ -61,8 +61,7 @@
|
|
|
|
|
| DEFINE_NATIVE_ENTRY(RawReceivePortImpl_factory, 1) {
|
| - ASSERT(AbstractTypeArguments::CheckedHandle(
|
| - arguments->NativeArgAt(0)).IsNull());
|
| + ASSERT(TypeArguments::CheckedHandle(arguments->NativeArgAt(0)).IsNull());
|
| Dart_Port port_id =
|
| PortMap::CreatePort(arguments->isolate()->message_handler());
|
| const Object& port = Object::Handle(ReceivePortCreate(port_id));
|
|
|