Enable OpenEndedDictionary in Headers

Expected wpt results are updated as well.
This commit is contained in:
Jeena Lee 2016-09-20 14:37:55 -07:00
parent 2b1a39c2ae
commit 3b75d223f1
16 changed files with 65 additions and 77 deletions

View file

@ -23,6 +23,7 @@ use std::collections::HashMap;
use std::ops::Deref;
/// The `MozMap` (open-ended dictionary) type.
#[derive(Clone)]
pub struct MozMap<T> {
map: HashMap<DOMString, T>,
}