| Index: mojo/dart/packages/mojo/lib/src/codec.dart
|
| diff --git a/mojo/dart/packages/mojo/lib/src/codec.dart b/mojo/dart/packages/mojo/lib/src/codec.dart
|
| index 4e56f81a4c0ad6f7d3ba3093ce2432d2b0bd4f2f..092a9607026f2e75f1fe1323398761fe45ae1460 100644
|
| --- a/mojo/dart/packages/mojo/lib/src/codec.dart
|
| +++ b/mojo/dart/packages/mojo/lib/src/codec.dart
|
| @@ -224,7 +224,6 @@ class Encoder {
|
| }
|
| var pipe = new core.MojoMessagePipe();
|
| interface.bind(pipe.endpoints[0]);
|
| - interface.beginHandlingEvents();
|
| encodeMessagePipeHandle(pipe.endpoints[1], offset, nullable);
|
| // Set the version to the version in the stub.
|
| encodeUint32(interface.version, offset + kSerializedHandleSize);
|
|
|