mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix some build warnings.
This commit is contained in:
parent
09e6f4ac54
commit
46ea78e960
4 changed files with 6 additions and 12 deletions
|
@ -212,7 +212,6 @@ impl DedicatedWorkerGlobalScope {
|
|||
worker_url: Url,
|
||||
id: PipelineId,
|
||||
from_devtools_receiver: IpcReceiver<DevtoolScriptControlMsg>,
|
||||
parent_rt: SharedRt,
|
||||
worker_rt_for_mainthread: Arc<Mutex<Option<SharedRt>>>,
|
||||
worker: TrustedWorkerAddress,
|
||||
parent_sender: Box<ScriptChan + Send>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue