diff options
Diffstat (limited to 'mojo/system/handle_table.cc')
-rw-r--r-- | mojo/system/handle_table.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mojo/system/handle_table.cc b/mojo/system/handle_table.cc index dd5a5f4..2e4d22a 100644 --- a/mojo/system/handle_table.cc +++ b/mojo/system/handle_table.cc @@ -111,6 +111,7 @@ MojoResult HandleTable::MarkBusyAndStartTransport( DCHECK(handles); DCHECK_LE(num_handles, kMaxMessageNumHandles); DCHECK(transports); + DCHECK_EQ(transports->size(), num_handles); std::vector<Entry*> entries(num_handles); |