| Index: runtime/bin/file.cc
|
| diff --git a/runtime/bin/file.cc b/runtime/bin/file.cc
|
| index a971f961554dc29db234a15325e4b8ff9ae0d5f5..e4985574dbd3ce99bf72e525caf3f4401a268bae 100644
|
| --- a/runtime/bin/file.cc
|
| +++ b/runtime/bin/file.cc
|
| @@ -1148,8 +1148,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) {
|
|
|