| Index: runtime/bin/file.cc
|
| diff --git a/runtime/bin/file.cc b/runtime/bin/file.cc
|
| index 87fc2c1da57c582fb784a6c9ff4e57b2bd655198..c687cdee632d148192474b38b8403336afac6982 100644
|
| --- a/runtime/bin/file.cc
|
| +++ b/runtime/bin/file.cc
|
| @@ -1180,8 +1180,8 @@ static CObject* FileStatRequest(const CObjectArray& request) {
|
|
|
|
|
| static void FileService(Dart_Port dest_port_id,
|
| - Dart_Port reply_port_id,
|
| - Dart_CObject* message) {
|
| + Dart_Port reply_port_id,
|
| + Dart_CObject* message) {
|
| CObject* response = CObject::IllegalArgumentError();
|
| CObjectArray request(message);
|
| if (message->type == Dart_CObject_kArray) {
|
|
|