| Index: third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc b/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc
|
| index 459e8a2b5d927760331a3c05ae7cc614e6e3cf0a..e265e6ace70292fb70ba3285a94993d25c273d3b 100644
|
| --- a/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc
|
| +++ b/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc
|
| @@ -210,7 +210,7 @@ class CppSideConnection : public js_to_cpp::CppSide {
|
| void Bind(InterfaceRequest<js_to_cpp::CppSide> request) {
|
| binding_.Bind(request.Pass());
|
| // Keep the pipe open even after validation errors.
|
| - binding_.internal_router()->EnableTestingMode();
|
| + binding_.EnableTestingMode();
|
| }
|
|
|
| // js_to_cpp::CppSide:
|
|
|