mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 03:19:06 +00:00
Bug 647549 - Unused variable newInnerJSObject in nsJSContext::ConnectToInner; r=jst
This commit is contained in:
parent
2eda94e87a
commit
40318fb620
@ -2253,7 +2253,9 @@ nsresult
|
||||
nsJSContext::ConnectToInner(nsIScriptGlobalObject *aNewInner, void *aOuterGlobal)
|
||||
{
|
||||
NS_ENSURE_ARG(aNewInner);
|
||||
#ifdef DEBUG
|
||||
JSObject *newInnerJSObject = (JSObject *)aNewInner->GetScriptGlobal(JAVASCRIPT);
|
||||
#endif
|
||||
JSObject *outerGlobal = (JSObject *)aOuterGlobal;
|
||||
|
||||
// Now that we're connecting the outer global to the inner one,
|
||||
|
Loading…
x
Reference in New Issue
Block a user