Merge from mozilla-central.

This commit is contained in:
David Anderson
2012-09-05 16:18:11 -07:00
1634 changed files with 23814 additions and 11550 deletions

View File

@@ -595,7 +595,7 @@ GetIterator(JSContext *cx, HandleObject obj, unsigned flags, MutableHandleValue
if (!bytes)
return false;
JS_ReportErrorNumber(cx, js_GetErrorMessage, NULL, JSMSG_NOT_ITERABLE, bytes);
cx->free_(bytes);
js_free(bytes);
return false;
}