mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00: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(
|
||||
ModuleOwner::Window(Trusted::new(self)),
|
||||
Rc::clone(&text_rc),
|
||||
text_rc,
|
||||
base_url.clone(),
|
||||
self.id.clone(),
|
||||
credentials_mode.unwrap(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue