| Index: mojo/system/handle_table.cc
|
| diff --git a/mojo/system/handle_table.cc b/mojo/system/handle_table.cc
|
| index b863e814988b32f67541df90b6fc451b4fbcdb6b..dd5a5f488693064ec081badc80da0f2af4a65eb2 100644
|
| --- a/mojo/system/handle_table.cc
|
| +++ b/mojo/system/handle_table.cc
|
| @@ -76,9 +76,8 @@ std::pair<MojoHandle, MojoHandle> HandleTable::AddDispatcherPair(
|
| AddDispatcherNoSizeCheck(dispatcher1));
|
| }
|
|
|
| -bool HandleTable::AddDispatcherVector(
|
| - const std::vector<scoped_refptr<Dispatcher> >& dispatchers,
|
| - MojoHandle* handles) {
|
| +bool HandleTable::AddDispatcherVector(const DispatcherVector& dispatchers,
|
| + MojoHandle* handles) {
|
| DCHECK_LE(dispatchers.size(), kMaxMessageNumHandles);
|
| DCHECK(handles);
|
| // TODO(vtl): |std::numeric_limits<size_t>::max()| isn't a compile-time
|
|
|