summaryrefslogtreecommitdiff
path: root/chromium/content/browser/preloading/speculation_rules/speculation_host_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/preloading/speculation_rules/speculation_host_impl.cc')
-rw-r--r--chromium/content/browser/preloading/speculation_rules/speculation_host_impl.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/content/browser/preloading/speculation_rules/speculation_host_impl.cc b/chromium/content/browser/preloading/speculation_rules/speculation_host_impl.cc
index 691f7a842f9..dc4c671fcf9 100644
--- a/chromium/content/browser/preloading/speculation_rules/speculation_host_impl.cc
+++ b/chromium/content/browser/preloading/speculation_rules/speculation_host_impl.cc
@@ -287,9 +287,9 @@ void SpeculationHostImpl::ProcessCandidatesForPrerender(
rfhi.GetPageUkmSourceId(), ui::PAGE_TRANSITION_LINK,
/*url_match_predicate=*/absl::nullopt),
*web_contents, /*preloading_attempt=*/preloading_attempt);
- started_prerenders_.insert(end, {.url = it->url,
- .referrer = referrer,
- .prerender_host_id = prerender_host_id});
+ started_prerenders_.insert(end, {/*.url =*/ it->url,
+ /*.referrer =*/ referrer,
+ /*.prerender_host_id =*/ prerender_host_id});
}
}