зеркало из https://github.com/mozilla/gecko-dev.git
regenerated the file with last version of idlc to haveNS_InitBaseAppCoreClass correctly exported, needed by mailnews
This commit is contained in:
Родитель
40c71ccda8
Коммит
1b567beb90
|
@ -303,7 +303,7 @@ BaseAppCore(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
|
|||
//
|
||||
// BaseAppCore class initialization
|
||||
//
|
||||
nsresult NS_InitBaseAppCoreClass(nsIScriptContext *aContext, void **aPrototype)
|
||||
extern "C" NS_EXPORT nsresult NS_InitBaseAppCoreClass(nsIScriptContext *aContext, void **aPrototype)
|
||||
{
|
||||
JSContext *jscontext = (JSContext *)aContext->GetNativeContext();
|
||||
JSObject *proto = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче