mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove some into_owned calls.
This commit is contained in:
parent
9f915e9e42
commit
924031135e
4 changed files with 4 additions and 4 deletions
|
@ -1539,7 +1539,7 @@ impl<'a> NodeMethods for JSRef<'a, Node> {
|
|||
content.push_str(text.deref().characterdata.data.deref().borrow().as_slice());
|
||||
}
|
||||
}
|
||||
Some(content.into_owned())
|
||||
Some(content)
|
||||
}
|
||||
CommentNodeTypeId |
|
||||
TextNodeTypeId |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue