Bug 899367 - Followup bustage fix for some functions that were renamed out from under me. r=me CLOSED TREE

This commit is contained in:
Bobby Holley 2013-09-04 14:58:23 -07:00
parent 0ec2367ac3
commit 8c6eaad72a

View File

@ -874,7 +874,7 @@ nsJSContext::nsJSContext(bool aGCOnDestruction,
mIsInitialized = false;
mScriptsEnabled = true;
mProcessingScriptTag = false;
NS_HOLD_JS_OBJECTS(this, nsJSContext);
HoldJSObjects(this);
}
nsJSContext::~nsJSContext()
@ -925,7 +925,7 @@ nsJSContext::DestroyJSContext()
JS_DestroyContextNoGC(mContext);
mContext = nullptr;
NS_DROP_JS_OBJECTS(this, nsJSContext);
DropJSObjects(this);
}
// QueryInterface implementation for nsJSContext