Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:gcc:next:testing
chromium
chromium-120-make_unique-struct.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File chromium-120-make_unique-struct.patch of Package chromium
diff --git a/service_worker_global_scope.h b/service_worker_global_scope.h.new index ac4cac0..8c7d744 100644 --- a/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.h +++ b/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.h @@ -777,6 +777,7 @@ class MODULES_EXPORT ServiceWorkerGlobalScope final blink::BlinkStorageKey storage_key_; struct RaceNetworkRequestInfo { + RaceNetworkRequestInfo(int _fetch_event_id, String _token, mojo::PendingRemote<network::mojom::blink::URLLoaderFactory> _url_loader_factory) : fetch_event_id{_fetch_event_id}, token{_token}, url_loader_factory{std::move(_url_loader_factory)} {} int fetch_event_id; String token; mojo::PendingRemote<network::mojom::blink::URLLoaderFactory>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor