[WebIDL] Typo in platform array object [[GetOwnProperty]] method

Step 3 substep 3 says:

   Let value be the result of converting the indexth element of the IDL
   array that A represents to an IDL value of type T.

Presumably it should say:

   Let value be the result of converting the indexth element of the IDL
   array that A represents to an ECMAScript value.

because that's the only thing that would make sense here, I think.

-Boris

Received on Monday, 5 November 2012 14:34:45 UTC