| Index: ppapi/proxy/serialized_handle.cc
|
| diff --git a/ppapi/proxy/serialized_handle.cc b/ppapi/proxy/serialized_handle.cc
|
| index f5eda8707a58302c4bbd6112771d6de89be9932b..000eed5be57b664ae7c169e278ce697b6345fa77 100644
|
| --- a/ppapi/proxy/serialized_handle.cc
|
| +++ b/ppapi/proxy/serialized_handle.cc
|
| @@ -127,6 +127,7 @@ bool SerializedHandle::ReadHeader(base::PickleIterator* iter, Header* hdr) {
|
| hdr->open_flags = open_flags;
|
| hdr->file_io = file_io;
|
| valid_type = true;
|
| + break;
|
| }
|
| case SOCKET:
|
| case INVALID:
|
|
|