mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Script: removed a few opts::get()
This commit is contained in:
parent
57205318c5
commit
42569280e2
17 changed files with 238 additions and 45 deletions
|
@ -559,6 +559,17 @@ impl UnprivilegedPipelineContent {
|
|||
layout_is_busy: layout_thread_busy_flag.clone(),
|
||||
},
|
||||
self.load_data.clone(),
|
||||
self.opts.profile_script_events,
|
||||
self.opts.print_pwm,
|
||||
self.opts.relayout_event,
|
||||
self.opts.output_file.is_some() ||
|
||||
self.opts.exit_after_load ||
|
||||
self.opts.webdriver_port.is_some(),
|
||||
self.opts.unminify_js,
|
||||
self.opts.userscripts,
|
||||
self.opts.headless,
|
||||
self.opts.replace_surrogates,
|
||||
self.opts.user_agent,
|
||||
);
|
||||
|
||||
LTF::create(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue