Made fixes for PR.

This commit is contained in:
Arthur Marble 2016-09-18 07:12:39 -05:00
parent 7986423cd7
commit b874e76455
12 changed files with 108 additions and 108 deletions

View file

@ -1536,7 +1536,7 @@ impl Window {
}
// https://html.spec.whatwg.org/multipage/#accessing-other-browsing-contexts
pub fn indexed_getter(&self, _index: u32, _found: &mut bool) -> Option<Root<Window>> {
pub fn IndexedGetter(&self, _index: u32, _found: &mut bool) -> Option<Root<Window>> {
None
}