mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
remove get_rooted() and replace all references to it with references to get()
This commit is contained in:
parent
430578355b
commit
4a4f041948
11 changed files with 28 additions and 34 deletions
|
@ -302,7 +302,7 @@ impl FileReaderMethods for FileReader {
|
|||
|
||||
// https://w3c.github.io/FileAPI/#dfn-error
|
||||
fn GetError(&self) -> Option<Root<DOMException>> {
|
||||
self.error.get_rooted()
|
||||
self.error.get()
|
||||
}
|
||||
|
||||
// https://w3c.github.io/FileAPI/#dfn-result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue