Commit c8737861 authored by tzik's avatar tzik Committed by Commit bot

Add a missing switch-case break in PPAPI SerializedHandle

BUG=

Review URL: https://codereview.chromium.org/1545343002

Cr-Commit-Position: refs/heads/master@{#367015}
parent 34d23ba0
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment