| Index: mojo/public/cpp/bindings/lib/binding_state.h
|
| diff --git a/mojo/public/cpp/bindings/lib/binding_state.h b/mojo/public/cpp/bindings/lib/binding_state.h
|
| index 1842509288c24d6fcd40f0b44a47fe1dc53cf325..a947cf73c57c9d13b7a80370b33983e8c197863c 100644
|
| --- a/mojo/public/cpp/bindings/lib/binding_state.h
|
| +++ b/mojo/public/cpp/bindings/lib/binding_state.h
|
| @@ -216,7 +216,8 @@ class BindingState<Interface, true, ImplRefTraits>
|
| base::MakeUnique<typename Interface::RequestValidator_>(),
|
| Interface::PassesAssociatedKinds_, Interface::HasSyncMethods_, &stub_,
|
| Interface::Version_);
|
| - stub_.serialization_context()->group_controller = router_;
|
| + if (Interface::PassesAssociatedKinds_)
|
| + stub_.serialization_context()->group_controller = router_;
|
| }
|
|
|
| InterfaceRequest<Interface> Unbind() {
|
|
|