Index: sky/tests/services/network.sky |
diff --git a/sky/tests/services/network.sky b/sky/tests/services/network.sky |
index 5b0d407c85e63a58c6ef72a00856183619eeb40b..55ab5acbd8ddd64b46799b00c13e99d9497169e6 100644 |
--- a/sky/tests/services/network.sky |
+++ b/sky/tests/services/network.sky |
@@ -14,7 +14,7 @@ describe('Mojo network_service', function() { |
this.enableTimeouts(false); |
it('should be able to fetch text files', function(done) { |
- var shellHandle = internals.passShellProxyHandle(); |
+ var shellHandle = internals.takeShellProxyHandle(); |
var shellProxy = connection.bindHandleToProxy(shellHandle, shellMojom.Shell); |
var shell = new Shell(shellProxy); |
var netService = shell.connectToService( |