mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
fix visibility warnings in script crate (#2044)
This commit is contained in:
parent
57f63b350e
commit
c397c5233d
6 changed files with 6 additions and 6 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