mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Fix NodeIterator.root attributes
It should be [SameObject].
This commit is contained in:
parent
d93c8da7d7
commit
4dbf391e83
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue