mirror of
https://github.com/servo/servo.git
synced 2025-10-13 15:00:28 +01:00
auto merge of #2045 : Manishearth/servo/pub-struct-2044, r=SimonSapin
See #2044
This commit is contained in:
commit
d7f450dbd7
12 changed files with 19 additions and 19 deletions
|
@ -573,7 +573,7 @@ impl NodeHelpers for JS<Node> {
|
|||
// Iteration and traversal
|
||||
//
|
||||
|
||||
type ChildElementIterator<'a> = Map<'a, JS<Node>,
|
||||
pub type ChildElementIterator<'a> = Map<'a, JS<Node>,
|
||||
JS<Element>,
|
||||
Filter<'a, JS<Node>, AbstractNodeChildrenIterator>>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue