mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Upgrade to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)
This commit is contained in:
parent
db4f27f361
commit
708d3737df
9 changed files with 53 additions and 46 deletions
|
@ -309,7 +309,7 @@ impl ResourceTimingListener for ClassicContext {
|
|||
}
|
||||
|
||||
fn resource_timing_global(&self) -> DomRoot<GlobalScope> {
|
||||
(document_from_node(&*self.elem.root()).global())
|
||||
document_from_node(&*self.elem.root()).global()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue