Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AutoAssertNoGC r=terrence

This commit is contained in:
Jon Coppeard
2013-03-06 18:10:22 +00:00
parent 66d2e2f630
commit 9700fd8e33
47 changed files with 3 additions and 191 deletions

View File

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