Re: [heycam/webidl] Add missing index increment and use index variable (#224)

domenic commented on this pull request.



>          return [=CreateIterResultObject=](<emu-val>undefined</emu-val>, <emu-val>true</emu-val>).
     1.  Let |pair| be the entry in |values| at index |index|.
+    1.  Set |index| to |index| + 1.

This should instead set _object_'s index to _index_ + 1 so that the state is stored.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/224#pullrequestreview-7325069

Received on Sunday, 6 November 2016 01:14:05 UTC