Backed out changeset f079105a0966 (bug 848449)

This commit is contained in:
Ed Morley
2013-03-07 13:03:31 +00:00
parent 7e0e269b96
commit 66227c2fd2
47 changed files with 191 additions and 3 deletions

View File

@@ -647,6 +647,7 @@ js::GetIterator(JSContext *cx, HandleObject obj, unsigned flags, MutableHandleVa
* currently active.
*/
{
AutoAssertNoGC nogc;
RawObject pobj = obj;
do {
if (!pobj->isNative() ||