mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #23520 - oneturkmen:net-remove-opts-get, r=jdm
Net: removed opts::get() usage <!-- Please describe your changes on the following line: --> Removed usage of opts::get() in components/net. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix *partially* #22854 (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because these are cleanup/refactoring changes. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23520) <!-- Reviewable:end -->
This commit is contained in:
commit
626c431e06
4 changed files with 33 additions and 10 deletions
|
@ -631,6 +631,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