Bug 905980 - Fix b2g debug build, r=bhackett1024

This commit is contained in:
Gina Yeh 2013-08-17 14:24:25 +08:00
parent ef3dcb2bd4
commit 8f174a9607

View File

@ -629,7 +629,9 @@ JSCompartment::clearTables()
// compartment and zone.
JS_ASSERT(crossCompartmentWrappers.empty());
JS_ASSERT_IF(callsiteClones.initialized(), callsiteClones.empty());
#ifdef JS_ION
JS_ASSERT(!ionCompartment_);
#endif
JS_ASSERT(!debugScopes);
JS_ASSERT(!gcWeakMapList);
JS_ASSERT(!analysisLifoAlloc.used());