| Index: LayoutTests/http/tests/serviceworker/fetch-cors-xhr.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/fetch-cors-xhr.html b/LayoutTests/http/tests/serviceworker/fetch-cors-xhr.html
|
| index 58599de9aaa365bef8d151fcbf2cf5f28515f975..78b0da9e3e2fb367bd854b81d81cb7776d8243b3 100644
|
| --- a/LayoutTests/http/tests/serviceworker/fetch-cors-xhr.html
|
| +++ b/LayoutTests/http/tests/serviceworker/fetch-cors-xhr.html
|
| @@ -11,7 +11,7 @@ async_test(function(t) {
|
| var SCRIPT = 'resources/fetch-rewrite-worker.js';
|
| var host_info = get_host_info();
|
|
|
| - login(t)
|
| + login(t, host_info.HTTP_ORIGIN, host_info.HTTP_REMOTE_ORIGIN)
|
| .then(function() {
|
| return service_worker_unregister_and_register(t, SCRIPT, SCOPE);
|
| })
|
|
|