mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update NodeIterator code to apply review comments.
This commit is contained in:
parent
cb2bdf1977
commit
db25be7bf6
6 changed files with 238 additions and 206 deletions
|
@ -15,7 +15,7 @@ interface NodeIterator {
|
|||
[Constant]
|
||||
readonly attribute Node root;
|
||||
[Pure]
|
||||
readonly attribute Node? referenceNode;
|
||||
readonly attribute Node referenceNode;
|
||||
[Pure]
|
||||
readonly attribute boolean pointerBeforeReferenceNode;
|
||||
[Constant]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue