mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Cleanup some code.
This commit is contained in:
parent
d99e69e244
commit
388f685549
7 changed files with 59 additions and 84 deletions
|
@ -117,9 +117,6 @@ impl HTMLFormElement {
|
|||
}
|
||||
|
||||
pub fn IndexedGetter(&self, _index: u32, _found: &mut bool) -> AbstractNode<ScriptView> {
|
||||
let (_scope, cx) = self.get_scope_and_cx();
|
||||
// FIXME: This should be replaced with a proper value according to the index
|
||||
let node = @Node::new(ElementNodeTypeId(HTMLFormElementTypeId));
|
||||
unsafe { return Node::as_abstract_node(cx, node) }
|
||||
fail!("Not implemented.")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue