| Index: mojo/public/cpp/bindings/binding.h
|
| diff --git a/mojo/public/cpp/bindings/binding.h b/mojo/public/cpp/bindings/binding.h
|
| index 250945a821c4c4fc79f7d34820f0cadd5a63b534..531733a92a93428bf17e38e7262415f0e957bd0c 100644
|
| --- a/mojo/public/cpp/bindings/binding.h
|
| +++ b/mojo/public/cpp/bindings/binding.h
|
| @@ -176,7 +176,7 @@ class Binding {
|
| DestroyRouter();
|
| // TODO(vtl): The |.Pass()| below is only needed due to an MSVS bug; remove
|
| // it once that's fixed.
|
| - return request.Pass();
|
| + return request;
|
| }
|
|
|
| // Sets an error handler that will be called if a connection error occurs on
|
|
|