mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fixed the .clone() warnings. (#31819)
This commit is contained in:
parent
95e69fe4ff
commit
9b26dca141
28 changed files with 76 additions and 93 deletions
|
@ -153,7 +153,7 @@ impl WorkletMethods for Worklet {
|
|||
self.window.origin().immutable().clone(),
|
||||
global.api_base_url(),
|
||||
module_url_record,
|
||||
options.credentials.clone(),
|
||||
options.credentials,
|
||||
pending_tasks_struct,
|
||||
&promise,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue