Skip to content

Commit

Permalink
Port #296
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy committed Mar 7, 2018
1 parent 213a4eb commit 04d7dce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9348,7 +9348,7 @@ interface NavigatorUserMedia {

interface Node extends EventTarget {
readonly baseURI: string | null;
readonly childNodes: NodeList;
readonly childNodes: NodeListOf<Node & ChildNode>;
readonly firstChild: Node | null;
readonly lastChild: Node | null;
readonly localName: string | null;
Expand Down
4 changes: 3 additions & 1 deletion inputfiles/overridingTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,9 @@
"name": "parentElement",
"read-only": "1",
"override-type": "HTMLElement | null"
},
"childNodes": {
"override-type": "NodeListOf<Node & ChildNode>"
}
}
}
Expand Down Expand Up @@ -1875,7 +1878,6 @@
]
}
}

}
},
"dictionaries": {
Expand Down

0 comments on commit 04d7dce

Please sign in to comment.