| Index: mojo/edk/js/tests/js_to_cpp_tests.cc
|
| diff --git a/mojo/edk/js/tests/js_to_cpp_tests.cc b/mojo/edk/js/tests/js_to_cpp_tests.cc
|
| index f9a9b92ed342ee07bc12770173b63c25cad86822..0307f03fe4ae1aa03f31b41578550102f0f945cc 100644
|
| --- a/mojo/edk/js/tests/js_to_cpp_tests.cc
|
| +++ b/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:
|
|
|