| Index: mojo/edk/system/channel_win.cc | 
| diff --git a/mojo/edk/system/channel_win.cc b/mojo/edk/system/channel_win.cc | 
| index d04edaf580a92a1c1f7ec10a8befcbb5eb0763b3..816c849411938cb91f1ce71a13b69cb88744c463 100644 | 
| --- a/mojo/edk/system/channel_win.cc | 
| +++ b/mojo/edk/system/channel_win.cc | 
| @@ -80,11 +80,6 @@ class ChannelWin : public Channel, | 
| io_task_runner_(io_task_runner) { | 
| sentinel_ = ~reinterpret_cast<uintptr_t>(this); | 
| CHECK(handle_.is_valid()); | 
| -    memset(&read_context_, 0, sizeof(read_context_)); | 
| -    read_context_.handler = this; | 
| - | 
| -    memset(&write_context_, 0, sizeof(write_context_)); | 
| -    write_context_.handler = this; | 
| } | 
|  | 
| void Start() override { | 
|  |