Bug 649603 - Make nsIScriptContext::GetNativeContext return JSContext; r=jst
This commit is contained in:
@@ -1263,7 +1263,7 @@ nsNPAPIPluginInstance::GetJSContext(JSContext* *outContext)
|
||||
nsIScriptContext *context = global->GetContext();
|
||||
|
||||
if (context) {
|
||||
*outContext = (JSContext*) context->GetNativeContext();
|
||||
*outContext = context->GetNativeContext();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user