mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
HTMLCollection::create returns live collections by default
This commit is contained in:
parent
a7f8d754d2
commit
3a8a0927e2
4 changed files with 13 additions and 26 deletions
|
@ -81,7 +81,7 @@ impl HTMLFieldSetElement {
|
|||
}
|
||||
let node: JS<Node> = NodeCast::from(abstract_self);
|
||||
let filter = ~ElementsFilter;
|
||||
HTMLCollection::create_live(&window_from_node(&node), &node, ~filter)
|
||||
HTMLCollection::create(&window_from_node(&node), &node, filter)
|
||||
}
|
||||
|
||||
pub fn WillValidate(&self) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue