mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
parent
38ba71ceb1
commit
4b809bf9e6
4 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,7 @@ impl HTMLMapElement {
|
|||
}
|
||||
|
||||
pub fn Areas(&self) -> JS<HTMLCollection> {
|
||||
// FIXME: https://github.com/mozilla/servo/issues/1845
|
||||
let doc = self.htmlelement.element.node.owner_doc();
|
||||
let doc = doc.get();
|
||||
HTMLCollection::new(&doc.window, ~[])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue