diff options
Diffstat (limited to 'components/script/dom/window.rs')
-rw-r--r-- | components/script/dom/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/window.rs b/components/script/dom/window.rs index f4efcd8dd76..34a809e1f86 100644 --- a/components/script/dom/window.rs +++ b/components/script/dom/window.rs @@ -1536,7 +1536,7 @@ impl Window { } // https://html.spec.whatwg.org/multipage/#accessing-other-browsing-contexts - pub fn IndexedGetter(&self, _index: u32, _found: &mut bool) -> Option<Root<Window>> { + pub fn indexed_getter(&self, _index: u32, _found: &mut bool) -> Option<Root<Window>> { None } |