Bug 835503 - Remove nsCycleCollector::ShouldBeFreed/WasFreed, r=mccr8
This commit is contained in:
@@ -1136,10 +1136,6 @@ nsJSContext::nsJSContext(JSRuntime *aRuntime, bool aGCOnDestruction,
|
||||
|
||||
nsJSContext::~nsJSContext()
|
||||
{
|
||||
#ifdef DEBUG
|
||||
nsCycleCollector_DEBUG_wasFreed(static_cast<nsIScriptContext*>(this));
|
||||
#endif
|
||||
|
||||
*mPrev = mNext;
|
||||
if (mNext) {
|
||||
mNext->mPrev = mPrev;
|
||||
|
||||
Reference in New Issue
Block a user