Chromium Code Reviews| Index: runtime/lib/mirrors.cc |
| =================================================================== |
| --- runtime/lib/mirrors.cc (revision 14922) |
| +++ runtime/lib/mirrors.cc (working copy) |
| @@ -20,7 +20,7 @@ |
| DEFINE_NATIVE_ENTRY(Mirrors_isLocalPort, 1) { |
| - GET_NATIVE_ARGUMENT(Instance, port, arguments->At(0)); |
| + GET_NATIVE_ARGUMENT(Instance, port, arguments->NativeArgAt(0)); |
| // Get the port id from the SendPort instance. |
| const Object& id_obj = Object::Handle(DartLibraryCalls::PortGetId(port)); |