mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
parent
38ba71ceb1
commit
4b809bf9e6
4 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,7 @@ impl HTMLFieldSetElement {
|
|||
}
|
||||
|
||||
pub fn Elements(&self) -> JS<HTMLCollection> {
|
||||
// FIXME: https://github.com/mozilla/servo/issues/1843
|
||||
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