Fix for bug 693258 (Fixes for test failures when turning off new list DOM bindings). r=bz/Waldo.

This commit is contained in:
Peter Van der Beken
2011-10-13 15:36:09 +02:00
parent 79aa40c46a
commit 5c0b029ef8
9 changed files with 51 additions and 8 deletions

View File

@@ -197,7 +197,7 @@ namespace js {
* "08" or "4.0" as array indices, which they are not.
*
*/
bool
JS_FRIEND_API(bool)
StringIsArrayIndex(JSLinearString *str, jsuint *indexp)
{
const jschar *s = str->chars();