Net: removed opts::get() usage

This commit is contained in:
oneturkmen 2019-06-05 15:32:22 -06:00
parent 7a5ce048d2
commit 9034fb64b7
4 changed files with 33 additions and 10 deletions

View file

@ -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(),