Fix Node.childNodes attributes

This commit is contained in:
Anthony Ramine 2015-09-11 02:16:00 +02:00
parent f190ba360e
commit a33e5f9179

View file

@ -35,7 +35,7 @@ interface Node : EventTarget {
[Pure] [Pure]
readonly attribute Element? parentElement; readonly attribute Element? parentElement;
boolean hasChildNodes(); boolean hasChildNodes();
[Constant] [SameObject]
readonly attribute NodeList childNodes; readonly attribute NodeList childNodes;
[Pure] [Pure]
readonly attribute Node? firstChild; readonly attribute Node? firstChild;