| Index: LayoutTests/http/tests/navigatorconnect/connect.html
|
| diff --git a/LayoutTests/http/tests/navigatorconnect/connect.html b/LayoutTests/http/tests/navigatorconnect/connect.html
|
| index e9b39b65fcc4f97df2c3ceebf15044d1d12eb007..e0ad006b5ec179a0c0785fcf43ab1a0ae3883ee4 100644
|
| --- a/LayoutTests/http/tests/navigatorconnect/connect.html
|
| +++ b/LayoutTests/http/tests/navigatorconnect/connect.html
|
| @@ -12,7 +12,7 @@
|
| <script>
|
| var sw_scope = 'resources/service-worker-scope' + window.location.pathname;
|
|
|
| -run_connect_tests(function(t, service) {
|
| - return first_to_resolve([wrap_in_port(navigator.services.connect(service)), navigator.connect(service)]);
|
| +run_connect_tests(function(t, service, options) {
|
| + return navigator.services.connect(service, options);
|
| });
|
| </script>
|
|
|