| Index: LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html b/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
|
| index 471d6a1e56c734545bb29072a134393e1a5082c0..fa963bf57c05608da0210e2248317dda34ebf20e 100644
|
| --- a/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
|
| +++ b/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.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(host_info.HTTP_ORIGIN, host_info.HTTP_REMOTE_ORIGIN, t)
|
| .then(function() {
|
| return service_worker_unregister_and_register(t, SCRIPT, SCOPE);
|
| })
|
|
|