Fix NodeIterator.root attributes

It should be [SameObject].
This commit is contained in:
Anthony Ramine 2015-09-11 02:40:07 +02:00
parent d93c8da7d7
commit 4dbf391e83

View file

@ -8,7 +8,7 @@
// Import from http://hg.mozilla.org/mozilla-central/raw-file/a5a720259d79/dom/webidl/NodeIterator.webidl
interface NodeIterator {
[Constant]
[SameObject]
readonly attribute Node root;
[Pure]
readonly attribute Node referenceNode;