| Index: mojo/public/dart/src/interface.dart
|
| diff --git a/mojo/public/dart/src/interface.dart b/mojo/public/dart/src/interface.dart
|
| index 298ab725bf9d27be560baf054f8dc1f680508910..76807ed7fe4bc888a85a94a7591f667b9c73c53c 100644
|
| --- a/mojo/public/dart/src/interface.dart
|
| +++ b/mojo/public/dart/src/interface.dart
|
| @@ -30,7 +30,7 @@ abstract class Interface {
|
|
|
| // Read the data and view as a message.
|
| var bytes = new ByteData(result.bytesRead);
|
| - var handles = new List<RawMojoHandle>(result.handlesRead);
|
| + var handles = new List<core.RawMojoHandle>(result.handlesRead);
|
| result = _endpoint.read(bytes, result.bytesRead, handles);
|
| if (!result.status.isOk && !result.status.isResourceExhausted) {
|
| // If something else happens, it means the handle wasn't really ready
|
|
|