Index: mojo/apps/js/bindings/connection_unittests.js |
diff --git a/mojo/apps/js/bindings/connection_unittests.js b/mojo/apps/js/bindings/connection_unittests.js |
index 91ea8e3494b9e53366b187a18d35d8d7ec691165..0b0a71b2d03a217173fc251b0f5ee776b22be037 100644 |
--- a/mojo/apps/js/bindings/connection_unittests.js |
+++ b/mojo/apps/js/bindings/connection_unittests.js |
@@ -174,7 +174,7 @@ define([ |
var foo = new sample_service.Foo(); |
foo.bar = new sample_service.Bar(); |
// TODO(darin): crbug.com/357043: pass null in place of |foo| here. |
- connection1.remote.frobinate(foo, true, core.kInvalidHandle); |
+ connection1.remote.frobinate(foo, true, null); |
// Write failures are not reported. |
expect(connection1.encounteredError()).toBeFalsy(); |