mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
parent
933b74781b
commit
51df04d93e
7 changed files with 152 additions and 5 deletions
|
@ -777,6 +777,9 @@ impl TestBindingMethods for TestBinding {
|
|||
fn EntryGlobal(&self) -> Root<GlobalScope> {
|
||||
GlobalScope::entry()
|
||||
}
|
||||
fn IncumbentGlobal(&self) -> Root<GlobalScope> {
|
||||
GlobalScope::incumbent().unwrap()
|
||||
}
|
||||
}
|
||||
|
||||
impl TestBinding {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue