mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 899367 - Followup bustage fix for some functions that were renamed out from under me. r=me CLOSED TREE
This commit is contained in:
parent
0ec2367ac3
commit
8c6eaad72a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user