mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Net: removed opts::get() usage
This commit is contained in:
parent
7a5ce048d2
commit
9034fb64b7
4 changed files with 33 additions and 10 deletions
|
@ -630,6 +630,7 @@ fn create_constellation(
|
|||
mem_profiler_chan.clone(),
|
||||
embedder_proxy.clone(),
|
||||
config_dir,
|
||||
opts.certificate_path.clone(),
|
||||
);
|
||||
let font_cache_thread = FontCacheThread::new(
|
||||
public_resource_threads.sender(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue