mirror of
https://github.com/servo/servo.git
synced 2025-07-30 02:30:21 +01:00
One fewer Rc::clone()
This commit is contained in:
parent
3f440bd6dc
commit
cdfd4d9075
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ impl HTMLScriptElement {
|
||||||
|
|
||||||
fetch_inline_module_script(
|
fetch_inline_module_script(
|
||||||
ModuleOwner::Window(Trusted::new(self)),
|
ModuleOwner::Window(Trusted::new(self)),
|
||||||
Rc::clone(&text_rc),
|
text_rc,
|
||||||
base_url.clone(),
|
base_url.clone(),
|
||||||
self.id.clone(),
|
self.id.clone(),
|
||||||
credentials_mode.unwrap(),
|
credentials_mode.unwrap(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue