Update NodeIterator code to apply review comments.

This commit is contained in:
Jinwoo Song 2015-05-21 16:06:14 +09:00
parent cb2bdf1977
commit db25be7bf6
6 changed files with 238 additions and 206 deletions

View file

@ -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]