mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Return window proxy properly for indexed window getter
This commit is contained in:
parent
4383b3053b
commit
080600003c
3 changed files with 46 additions and 18 deletions
|
@ -1634,11 +1634,6 @@ impl Window {
|
|||
had_clip_rect
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#accessing-other-browsing-contexts
|
||||
pub fn IndexedGetter(&self, _index: u32, _found: &mut bool) -> Option<DomRoot<Window>> {
|
||||
None
|
||||
}
|
||||
|
||||
pub fn suspend(&self) {
|
||||
// Suspend timer events.
|
||||
self.upcast::<GlobalScope>().suspend();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue